Hi, here's a pull request to net tree, more info below. Please let me know if there are any problems. Kalle The following changes since commit 67072c314f5f0ec12a7a51a19f7156eebb073654: Merge branch 'tcp-rds-fix-use-after-free-around-kernel-tcp-reqsk' (2024-03-12 18:56:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-03-27 for you to fetch changes up to 8ea3f4f1a1b4242d5fc273f41aa7c86f6b40178c: MAINTAINERS: wifi: mwifiex: add Francesco as reviewer (2024-03-26 14:31:09 +0200) ---------------------------------------------------------------- wireless fixes for v6.9-rc2 The first fixes for v6.9. Ping-Ke Shih now maintains a separate tree for Realtek drivers, document that in the MAINTAINERS. Plenty of fixes for both to stack and iwlwifi. Our kunit tests were working only on um architecture but that's fixed now. ---------------------------------------------------------------- Ayala Beker (1): wifi: mac80211: correctly set active links upon TTLM Benjamin Berg (2): wifi: iwlwifi: mvm: guard against invalid STA ID on removal wifi: iwlwifi: mvm: include link ID when releasing frames Emmanuel Grumbach (1): wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF Felix Fietkau (1): wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes Francesco Dolcini (1): MAINTAINERS: wifi: mwifiex: add Francesco as reviewer Igor Artemiev (1): wifi: cfg80211: fix rdev_dump_mpp() arguments order Ilan Peer (1): wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW Jeff Johnson (1): wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc Johan Hovold (1): wifi: mac80211: fix mlme_link_id_dbg() Johannes Berg (8): wifi: cfg80211: add a flag to disable wireless extensions wifi: iwlwifi: mvm: disable MLO for the time being wifi: mac80211: fix prep_connection error path wifi: iwlwifi: mvm: rfi: fix potential response leaks wifi: iwlwifi: fw: don't always use FW dump trig wifi: iwlwifi: read txq->read_ptr under lock wifi: iwlwifi: mvm: handle debugfs names more carefully kunit: fix wireless test dependencies Ping-Ke Shih (2): wifi: rtw89: coex: fix configuration for shared antenna for 8922A MAINTAINERS: wifi: add git tree for Realtek WiFi drivers Shaul Triebitz (1): wifi: iwlwifi: mvm: consider having one active link MAINTAINERS | 6 +++ drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 15 +++--- drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 16 +++--- .../net/wireless/intel/iwlwifi/mvm/debugfs-vif.c | 11 ++-- drivers/net/wireless/intel/iwlwifi/mvm/link.c | 59 +++++++++++++++++----- drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 9 +++- drivers/net/wireless/intel/iwlwifi/mvm/mld-sta.c | 7 ++- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 4 ++ drivers/net/wireless/intel/iwlwifi/mvm/rfi.c | 8 ++- drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 20 +++----- .../net/wireless/intel/iwlwifi/mvm/time-event.c | 5 +- drivers/net/wireless/intel/iwlwifi/queue/tx.c | 2 +- drivers/net/wireless/realtek/rtw89/rtw8922a.c | 2 +- include/net/cfg80211.h | 2 + net/mac80211/cfg.c | 5 +- net/mac80211/debug.h | 2 +- net/mac80211/ieee80211_i.h | 4 +- net/mac80211/mlme.c | 15 ++++-- net/wireless/trace.h | 2 +- net/wireless/wext-core.c | 7 ++- tools/testing/kunit/configs/all_tests.config | 2 + 21 files changed, 138 insertions(+), 65 deletions(-)