linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mac80211: document only injected *_RADIOTAP_* flags
@ 2016-02-24 15:25 Sven Eckelmann
  2016-02-24 15:25 ` [PATCH 2/2] mac80211: fix parsing of 40Mhz in injected radiotap header Sven Eckelmann
  2016-03-03 15:00 ` [PATCH 1/2] mac80211: document only injected *_RADIOTAP_* flags Johannes Berg
  0 siblings, 2 replies; 3+ messages in thread
From: Sven Eckelmann @ 2016-02-24 15:25 UTC (permalink / raw)
  To: linux-wireless; +Cc: Lorenzo Bianconi, Johannes Berg, Sven Eckelmann

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: 5ec3aed9ba4c ("mac80211: Parse legacy and HT rate in injected frames")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 Documentation/networking/mac80211-injection.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/mac80211-injection.txt b/Documentation/networking/mac80211-injection.txt
index ec8f934..0a459e4 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
 
-- 
2.7.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-03 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24 15:25 [PATCH 1/2] mac80211: document only injected *_RADIOTAP_* flags Sven Eckelmann
2016-02-24 15:25 ` [PATCH 2/2] mac80211: fix parsing of 40Mhz in injected radiotap header Sven Eckelmann
2016-03-03 15:00 ` [PATCH 1/2] mac80211: document only injected *_RADIOTAP_* flags Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).