Hi, Looks like I hae a couple more fixes, but that should be the last from what I can see now. FWIW Stephen reported some conflicts between wireless and wireless-next, so I'll probably pull wireless into -next to resolve that, once this goes in. Please pull and let us know if there's any problem. Thanks, johannes The following changes since commit 3c6a041b317a9bb0c707343c0b99d2a29d523390: Merge tag 'wireless-2025-03-04' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless (2025-03-04 08:48:34 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-03-12 for you to fetch changes up to 8ae227f8a7749eec92fc381dfbe213429c852278: wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHz (2025-03-12 09:29:14 +0100) ---------------------------------------------------------------- Few more fixes: - cfg80211/mac80211 - stop possible runaway wiphy worker - EHT should not use reserved MPDU size bits - don't run worker for stopped interfaces - fix SA Query processing with MLO - fix lookup of assoc link BSS entries - correct station flush on unauthorize - iwlwifi: - TSO fixes - fix non-MSI-X platforms - stop possible runaway restart worker - rejigger maintainers so I'm not CC'ed on everything ---------------------------------------------------------------- Benjamin Berg (1): wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHz Emmanuel Grumbach (2): wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms wifi: mac80211: flush the station before moving it to UN-AUTHORIZED state Ilan Peer (1): wifi: iwlwifi: pcie: Fix TSO preparation Johannes Berg (3): wifi: rework MAINTAINERS entries a bit wifi: nl80211: fix assoc link handling wifi: mac80211: fix SA Query processing in MLO Miri Korenblit (3): wifi: iwlwifi: trans: cancel restart work on op mode leave wifi: mac80211: don't queue sdata::work for a non-running sdata wifi: cfg80211: cancel wiphy_work before freeing wiphy MAINTAINERS | 37 +++++++++++++++++++------- drivers/net/wireless/intel/iwlwifi/iwl-trans.c | 2 ++ drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 6 ++--- drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 11 ++++---- net/mac80211/eht.c | 9 ++++++- net/mac80211/rx.c | 10 +++---- net/mac80211/sta_info.c | 20 +++++++++++--- net/mac80211/util.c | 8 +++--- net/wireless/core.c | 7 +++++ net/wireless/nl80211.c | 12 ++++++--- 10 files changed, 89 insertions(+), 33 deletions(-)