From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, Here's the fifth set of patches intended for v5.15. It's the usual development, new features, cleanups and bugfixes. The changes are: * Fix reading one of our ACPI tables (WTAS); * Support some new ACPI table revisions; * Support new API of the WoWlan status FW notification; * 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. Abhishek Naik (1): iwlwifi: skip first element in the WTAS ACPI table Gregory Greenman (1): iwlwifi: mvm: support version 11 of wowlan statuses notification Johannes Berg (1): iwlwifi: fw: correctly limit to monitor dump Luca Coelho (6): iwlwifi: pass number of chains and sub-bands to iwl_sar_set_profile() iwlwifi: acpi: support reading and storing WRDS revision 1 and 2 iwlwifi: support reading and storing EWRD revisions 1 and 2 iwlwifi: remove unused ACPI_WGDS_TABLE_SIZE definition iwlwifi: convert flat GEO profile table to a struct version iwlwifi: acpi: support reading and storing WGDS revision 2 Miri Korenblit (2): iwlwifi: mvm: Read the PPAG and SAR tables at INIT stage iwlwifi: mvm: load regdomain at INIT stage Shaul Triebitz (1): iwlwifi: mvm: trigger WRT when no beacon heard drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 247 +++++++++++++----- drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 64 +++-- drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 2 +- .../wireless/intel/iwlwifi/iwl-nvm-parse.c | 19 ++ drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 5 +- .../net/wireless/intel/iwlwifi/mvm/debugfs.c | 11 +- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 105 ++++---- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 1 + drivers/net/wireless/intel/iwlwifi/mvm/nvm.c | 4 +- drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 7 + .../wireless/intel/iwlwifi/mvm/time-event.c | 10 + 11 files changed, 336 insertions(+), 139 deletions(-) -- 2.32.0