Skip to content

Commit

Permalink
mac80211: document only injected *_RADIOTAP_* flags
Browse files Browse the repository at this point in the history
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: Lorenzo Bianconi <[email protected]>
Reported-by: Johannes Berg <[email protected]>
Fixes: dfdfc2b ("mac80211: Parse legacy and HT rate in injected frames")
Signed-off-by: Sven Eckelmann <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
ecsv authored and jmberg-intel committed Apr 5, 2016
1 parent f980ebc commit 5c05803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/networking/mac80211-injection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ radiotap headers and used to control injection:
HT rate for the transmission (only for devices without own rate control).
Also some flags are parsed

IEEE80211_TX_RC_SHORT_GI: use short guard interval
IEEE80211_TX_RC_40_MHZ_WIDTH: send in HT40 mode
IEEE80211_RADIOTAP_MCS_SGI: use short guard interval
IEEE80211_RADIOTAP_MCS_BW_40: send in HT40 mode

* IEEE80211_RADIOTAP_DATA_RETRIES

Expand Down

0 comments on commit 5c05803

Please sign in to comment.