Hi, > Sorry, I don't get that one. According to IEEE80211-2012 8.4.2.100 Mesh > Configuration element and 8.4.2.100.8 Mesh Capability, the capability > field is just u8. > It is currently written as follows: > > mesh.c : mesh_add_meshconf_ie > > /* Mesh capability */ > *pos = MESHCONF_CAPAB_FORWARDING; > *pos |= ifmsh->accepting_plinks ? > MESHCONF_CAPAB_ACCEPT_PLINKS : 0x00; > *pos++ |= ifmsh->adjusting_tbtt ? > MESHCONF_CAPAB_TBTT_ADJUSTING : 0x00; > > Should I change anything? Just move the enum? Err, I misinterpreted the code, sorry. I would appreciate if you moved it to ieee80211.h with all the other protocol definitions. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html