linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] mac80211: implement DONT_REORDER radiotap flag
@ 2020-11-04  6:18 Mathy Vanhoef
  2020-11-04  6:18 ` [PATCH 1/5] mac80211: add radiotap flag to assure frames are not reordered Mathy Vanhoef
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Mathy Vanhoef @ 2020-11-04  6:18 UTC (permalink / raw)
  To: Johannes Berg, linux-wireless, ath9k-devel, Kalle Valo; +Cc: Mathy Vanhoef

The radiotap TX flags field has recently been properly standardized,
including a new DONT_REORDER bit. This set of patches implements
the new DONT_REORDER bit in mac80211 and for selected drivers.

Mathy Vanhoef (5):
  mac80211: add radiotap flag to assure frames are not reordered
  mac80211: adhere to Tx control flag that prevents frame reordering
  mac80211: don't overwrite QoS TID of injected frames
  mac80211: assure that certain drivers adhere to DONT_REORDER flag
  ath9k_htc: adhere to the DONT_REORDER transmit flag

 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c |  7 ++++++-
 include/net/ieee80211_radiotap.h              |  1 +
 include/net/mac80211.h                        |  4 ++++
 net/mac80211/tx.c                             | 13 +++++++++----
 net/mac80211/wme.c                            | 15 +++++++++++++--
 5 files changed, 33 insertions(+), 7 deletions(-)

-- 
2.28.0


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

end of thread, other threads:[~2020-12-09  7:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-04  6:18 [PATCH 0/5] mac80211: implement DONT_REORDER radiotap flag Mathy Vanhoef
2020-11-04  6:18 ` [PATCH 1/5] mac80211: add radiotap flag to assure frames are not reordered Mathy Vanhoef
2020-11-04  6:18 ` [PATCH 2/5] mac80211: adhere to Tx control flag that prevents frame reordering Mathy Vanhoef
2020-11-04  6:18 ` [PATCH 3/5] mac80211: don't overwrite QoS TID of injected frames Mathy Vanhoef
2020-11-04  6:18 ` [PATCH 4/5] mac80211: assure that certain drivers adhere to DONT_REORDER flag Mathy Vanhoef
2020-11-04  6:18 ` [PATCH 5/5] ath9k_htc: adhere to the DONT_REORDER transmit flag Mathy Vanhoef
2020-12-09  7:05   ` Kalle Valo

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).