Skip to content

Commit 5c05803

Browse files
ecsvjmberg-intel
authored andcommitted
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: 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]>
1 parent f980ebc commit 5c05803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/networking/mac80211-injection.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ radiotap headers and used to control injection:
3737
HT rate for the transmission (only for devices without own rate control).
3838
Also some flags are parsed
3939

40-
IEEE80211_TX_RC_SHORT_GI: use short guard interval
41-
IEEE80211_TX_RC_40_MHZ_WIDTH: send in HT40 mode
40+
IEEE80211_RADIOTAP_MCS_SGI: use short guard interval
41+
IEEE80211_RADIOTAP_MCS_BW_40: send in HT40 mode
4242

4343
* IEEE80211_RADIOTAP_DATA_RETRIES
4444

0 commit comments

Comments
 (0)