diff options
author | Sven Eckelmann <sven@narfation.org> | 2016-02-24 16:25:48 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-04-05 10:48:57 +0200 |
commit | 5c05803a3e2054257d7e8e737a6efaf2c7f6b725 (patch) | |
tree | e26600b93acf033180b11aa657a60cec3e72bd79 /Documentation/networking | |
parent | f980ebc058c2fa2a552e495db1de0b330082ab70 (diff) | |
download | linux-stable-5c05803a3e2054257d7e8e737a6efaf2c7f6b725.tar.gz linux-stable-5c05803a3e2054257d7e8e737a6efaf2c7f6b725.tar.bz2 linux-stable-5c05803a3e2054257d7e8e737a6efaf2c7f6b725.zip |
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 <lorenzo.bianconi83@gmail.com>
Reported-by: Johannes Berg <johannes@sipsolutions.net>
Fixes: dfdfc2beb0dd ("mac80211: Parse legacy and HT rate in injected frames")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/mac80211-injection.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/mac80211-injection.txt b/Documentation/networking/mac80211-injection.txt index e0efcaf5b0ee..d58d78df9ca2 100644 --- a/Documentation/networking/mac80211-injection.txt +++ b/Documentation/networking/mac80211-injection.txt @@ -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 |