From: Luca Coelho <luciano.coelho@xxxxxxxxx> Here's the fourth set of patches intended for v5.16. It's the usual development, new features, cleanups and bugfixes. The changes are: * Some debugging improvements; * Fix BT-coex priority; * Improve PS-poll timeout detection; * 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. Gregory Greenman (1): iwlwifi: mvm: improve log when processing CSA Johannes Berg (3): iwlwifi: pcie: try to grab NIC access early iwlwifi: mvm: set BT-coex high priority for 802.1X/4-way-HS iwlwifi: pnvm: print out the version properly Miri Korenblit (1): iwlwifi: mvm: Read acpi dsm to get channel activation bitmap Rotem Saado (2): iwlwifi: dbg: treat dbgc allocation failure when tlv is missing iwlwifi: dbg: treat non active regions as unsupported regions Sara Sharon (1): iwlwifi: mvm: set inactivity timeouts also for PS-poll Yaara Baruch (2): iwlwifi: add new killer devices to the driver wlwifi: add new device id 7F70 .../net/wireless/intel/iwlwifi/cfg/22000.c | 8 ++++ drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 3 +- .../net/wireless/intel/iwlwifi/fw/api/mac.h | 3 ++ .../wireless/intel/iwlwifi/fw/api/nvm-reg.h | 23 +++++++++++ drivers/net/wireless/intel/iwlwifi/fw/file.h | 1 + drivers/net/wireless/intel/iwlwifi/fw/pnvm.c | 2 +- .../net/wireless/intel/iwlwifi/iwl-config.h | 4 ++ .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 8 +++- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 18 ++++++-- .../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 6 +++ .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 13 +++++- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 2 + .../net/wireless/intel/iwlwifi/mvm/power.c | 28 ++++++------- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 41 +++++++++++++++++++ 14 files changed, 136 insertions(+), 24 deletions(-) -- 2.33.0