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