Hi, We've already got a couple of fixes for this cycle, and in particular the radiotap one has been bothering users. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 1aa3b2207e889a948049c9a8016cedb0218c2389: net,lsm,selinux: revert the security_sctp_assoc_established() hook (2021-11-14 12:21:53 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-11-16 for you to fetch changes up to 30f6cf96912b638d0ddfc325204b598f94efddc2: mac80211: fix throughput LED trigger (2021-11-15 10:56:57 +0100) ---------------------------------------------------------------- Couple of fixes: * bad dont-reorder check * throughput LED trigger for various new(ish) paths * radiotap header generation * locking assertions in mac80211 with monitor mode * radio statistics * don't try to access IV when not present * call stop_ap for P2P_GO as well as we should ---------------------------------------------------------------- Felix Fietkau (2): mac80211: drop check for DONT_REORDER in __ieee80211_select_queue mac80211: fix throughput LED trigger Johannes Berg (3): nl80211: fix radio statistics in survey dump mac80211: fix radiotap header generation mac80211: fix monitor_sdata RCU/locking assertions Nguyen Dinh Phi (1): cfg80211: call cfg80211_stop_ap when switch from P2P_GO type Xing Song (1): mac80211: do not access the IV when it was stripped net/mac80211/cfg.c | 12 ++++++++---- net/mac80211/iface.c | 4 +++- net/mac80211/led.h | 8 ++++---- net/mac80211/rx.c | 12 +++++++----- net/mac80211/tx.c | 34 +++++++++++++++------------------- net/mac80211/util.c | 7 ++++--- net/mac80211/wme.c | 3 +-- net/wireless/nl80211.c | 34 +++++++++++++++++++--------------- net/wireless/nl80211.h | 6 +----- net/wireless/util.c | 1 + 10 files changed, 63 insertions(+), 58 deletions(-)