On Sun, Nov 10, 2013 at 06:29:09AM +0100, Linus Lüssing wrote:
@@ -251,10 +251,12 @@ struct batadv_orig_node {
- enum batadv_orig_capabilities - orig node capabilities
- @BATADV_ORIG_CAPA_HAS_DAT: orig node has distributed arp table enabled
- @BATADV_ORIG_CAPA_HAS_NC: orig node has network coding enabled
*/
- @BATADV_ORIG_CAPA_HAS_TVLV: orig node has tvlv capability
enum batadv_orig_capabilities { BATADV_ORIG_CAPA_HAS_DAT = BIT(0), BATADV_ORIG_CAPA_HAS_NC = BIT(1),
- BATADV_ORIG_CAPA_HAS_TVLV = BIT(2),
Hi Linus,
why did you name the flag BATADV_ORIG_CAPA_HAS_TVLV instead of BATADV_ORIG_CAPA_HAS_TT ?
Am I missing something or you picked up the wrong name? :)
Cheers,