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