Commit 5c05803a authored by Sven Eckelmann's avatar Sven Eckelmann Committed by Johannes Berg

mac80211: document only injected *_RADIOTAP_* flags

Not the internal flags but the radiotap flags are parsed when the monitor
injected frames are prepared for transmission. Thus the documentation
should only document these.
Reported-by: default avatarLorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Reported-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Fixes: dfdfc2be ("mac80211: Parse legacy and HT rate in injected frames")
Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent f980ebc0
...@@ -37,8 +37,8 @@ radiotap headers and used to control injection: ...@@ -37,8 +37,8 @@ radiotap headers and used to control injection:
HT rate for the transmission (only for devices without own rate control). HT rate for the transmission (only for devices without own rate control).
Also some flags are parsed Also some flags are parsed
IEEE80211_TX_RC_SHORT_GI: use short guard interval IEEE80211_RADIOTAP_MCS_SGI: use short guard interval
IEEE80211_TX_RC_40_MHZ_WIDTH: send in HT40 mode IEEE80211_RADIOTAP_MCS_BW_40: send in HT40 mode
* IEEE80211_RADIOTAP_DATA_RETRIES * IEEE80211_RADIOTAP_DATA_RETRIES
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment