From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, Here's the fourth set of patches intended for v5.17. It's the usual development, new features, cleanups and bugfixes. The changes are: * Support for Time-Aware-SAR (TAS) as read from the BIOS; * Fix scan timeout issue when 6GHz is enabled; * Work continues for new HW family Bz; * 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. Ayala Barazani (1): iwlwifi: mvm: Add list of OEMs allowed to use TAS Gregory Greenman (1): iwlwifi: mvm: rfi: update rfi table Ilan Peer (1): iwlwifi: mvm: Increase the scan timeout guard to 30 seconds Johannes Berg (2): iwlwifi: fix Bz NMI behaviour iwlwifi: fw: remove dead error log code Luca Coelho (1): iwlwifi: recognize missing PNVM data and then log filename Matti Gottlieb (1): iwlwifi: Read the correct addresses when getting the crf id Mike Golant (2): iwlwifi: pcie: add jacket bit to device configuration parsing iwlwifi: add support for BNJ HW Miri Korenblit (1): iwlwifi: mvm: support revision 1 of WTAS table Mordechay Goodstein (1): iwlwifi: rs: add support for TLC config command ver 4 .../net/wireless/intel/iwlwifi/cfg/22000.c | 54 ++++ drivers/net/wireless/intel/iwlwifi/fw/acpi.c | 47 +-- drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 18 +- .../wireless/intel/iwlwifi/fw/api/nvm-reg.h | 25 +- .../net/wireless/intel/iwlwifi/fw/api/rs.h | 56 +++- drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 2 +- drivers/net/wireless/intel/iwlwifi/fw/dump.c | 56 +--- drivers/net/wireless/intel/iwlwifi/fw/img.c | 6 +- drivers/net/wireless/intel/iwlwifi/fw/img.h | 4 + .../net/wireless/intel/iwlwifi/iwl-config.h | 9 + drivers/net/wireless/intel/iwlwifi/iwl-csr.h | 5 +- drivers/net/wireless/intel/iwlwifi/iwl-io.c | 2 +- drivers/net/wireless/intel/iwlwifi/iwl-prph.h | 2 - drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 62 +++- drivers/net/wireless/intel/iwlwifi/mvm/rfi.c | 46 ++- .../net/wireless/intel/iwlwifi/mvm/rs-fw.c | 72 +++-- drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 2 +- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 268 ++++++++++-------- 18 files changed, 480 insertions(+), 256 deletions(-) -- 2.34.1