I want to add the management of IEEE80211_RADIOTAP_RATE and IEEE80211_RADIOTAP_MCS in radiotap parser. To do that I need to add a flag in field flags of in struct ieee80211_tx_info (To bypass the mac80211 RC). The problem is all bit are used in this field. How I can add the new flag ? - I change the flags type to u64 - I add a second flag field in the struct ieee80211_tx_info (for exemple flags_ext) Thanks for your help Cedric Voncken -- 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