From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, Here's the fourth set of patches intended for v5.15. It's the usual development, new features, cleanups and bugfixes. The changes are: * A bunch of changes in the D3 code, including new FW API; * Finalize the refactoring of 6GHz scan; * Initial changes in the SAR profile code; * Some other small fixes, clean-ups and improvements. As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Cheers, Luca. Avraham Stern (1): iwlwifi: mvm: silently drop encrypted frames for unknown station Ilan Peer (1): iwlwifi: mvm: Refactor setting of SSIDs for 6GHz scan Johannes Berg (7): iwlwifi: mvm: d3: separate TKIP data from key iteration iwlwifi: mvm: d3: remove fixed cmd_flags argument iwlwifi: mvm: d3: refactor TSC/RSC configuration iwlwifi: mvm: d3: add separate key iteration for GTK type iwlwifi: mvm: d3: make key reprogramming iteration optional iwlwifi: mvm: d3: implement RSC command version 5 iwlwifi: mvm: fix access to BSS elements Luca Coelho (3): iwlwifi: rename ACPI_SAR_NUM_CHAIN_LIMITS to ACPI_SAR_NUM_CHAINS iwlwifi: convert flat SAR profile table to a struct version iwlwifi: remove ACPI_SAR_NUM_TABLES definition drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 36 +- drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 16 +- .../wireless/intel/iwlwifi/fw/api/commands.h | 3 +- .../net/wireless/intel/iwlwifi/fw/api/d3.h | 22 +- drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 575 +++++++++++++----- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 3 +- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 8 +- drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 4 +- drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 104 +--- 9 files changed, 494 insertions(+), 277 deletions(-) -- 2.32.0