From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, Here's the fifth set of patches intended for v5.10. It's the usual development, new features, cleanups and bugfixes. The changes are: * Another set of new FW API version support; * A fix in the scanning code; * More debugging infra improvements; * Some other small fixes and clean-ups; As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Cheers, Luca. Andrei Otcheretianski (1): iwlwifi: use correct group for alive notification Avraham Stern (1): iwlwifi: mvm: ignore the scan duration parameter Ayala Beker (1): iwlwifi: mvm: clear all scan UIDs Johannes Berg (3): iwlwifi: align RX status flags with firmware iwlwifi: mvm: d3: parse wowlan status version 11 iwlwifi: api: fix u32 -> __le32 Luca Coelho (3): iwlwifi: mvm: remove redundant log in iwl_mvm_tvqm_enable_txq() iwlwifi: support version 5 of the alive notification iwlwifi: bump FW API to 57 for AX devices Mordechay Goodstein (3): iwlwifi: pcie: make iwl_pcie_txq_update_byte_cnt_tbl bus independent iwlwifi: dbg: add debug host notification (DHN) time point iwlwifi: yoyo: add support for internal buffer allocation in D3 .../net/wireless/intel/iwlwifi/cfg/22000.c | 2 +- .../net/wireless/intel/iwlwifi/fw/api/alive.h | 25 ++- .../wireless/intel/iwlwifi/fw/api/commands.h | 7 +- .../net/wireless/intel/iwlwifi/fw/api/d3.h | 42 +++- .../wireless/intel/iwlwifi/fw/api/dbg-tlv.h | 8 +- .../net/wireless/intel/iwlwifi/fw/api/rx.h | 23 +- .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 11 +- .../net/wireless/intel/iwlwifi/iwl-trans.h | 3 + drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 133 +++++++----- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 21 +- drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 8 +- drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 12 +- drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 64 ++---- drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 2 - .../wireless/intel/iwlwifi/pcie/internal.h | 18 -- .../net/wireless/intel/iwlwifi/pcie/trans.c | 2 +- drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 196 ++---------------- drivers/net/wireless/intel/iwlwifi/queue/tx.c | 154 ++++++++++++++ drivers/net/wireless/intel/iwlwifi/queue/tx.h | 42 ++++ 19 files changed, 422 insertions(+), 351 deletions(-) -- 2.28.0