Hi, So now for the first time I'm sending a pull request from our combined tree ... let's see if I'm getting it right. We actually still have quite a few fixes, but most of them trickled in through the last couple of days, or were still somewhat under discussion. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit bf8e59fd315f304eb538546e35de6dc603e4709f: atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC (2022-02-11 14:41:02 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-for-net-2022-03-01 for you to fetch changes up to a12f76345e026f1b300a0d17c56f020b6949b093: cfg80211: fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typo (2022-03-01 14:10:14 +0100) ---------------------------------------------------------------- Some last-minute fixes: * rfkill - add missing rfill_soft_blocked() when disabled * cfg80211 - handle a nla_memdup() failure correctly - fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typo in Makefile * mac80211 - fix EAPOL handling in 802.3 RX path - reject setting up aggregation sessions before connection is authorized to avoid timeouts or similar - handle some SAE authentication steps correctly - fix AC selection in mesh forwarding * iwlwifi - remove TWT support as it causes firmware crashes when the AP isn't behaving correctly - check debugfs pointer before dereferncing it ---------------------------------------------------------------- Ben Dooks (1): rfkill: define rfill_soft_blocked() if !RFKILL Deren Wu (1): mac80211: fix EAPoL rekey fail in 802.3 rx path Golan Ben Ami (1): iwlwifi: don't advertise TWT support Jiasheng Jiang (1): nl80211: Handle nla_memdup failures in handle_nan_filter Johannes Berg (3): mac80211: refuse aggregations sessions before authorized mac80211: treat some SAE auth steps as final cfg80211: fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typo Nicolas Escande (1): mac80211: fix forwarded mesh frames AC & queue selection Randy Dunlap (1): iwlwifi: mvm: check debugfs_dir ptr before use drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 3 +-- drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c | 11 ++++++++--- drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 1 - include/linux/rfkill.h | 5 +++++ net/mac80211/agg-tx.c | 10 +++++++++- net/mac80211/ieee80211_i.h | 2 +- net/mac80211/mlme.c | 16 ++++++++++++---- net/mac80211/rx.c | 14 +++++--------- net/wireless/Makefile | 2 +- net/wireless/nl80211.c | 12 ++++++++++++ 10 files changed, 54 insertions(+), 22 deletions(-)