From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, Here's the first set of patches intended for v5.11. It's the usual development, new features, cleanups and bugfixes. The changes are: * A few fixes and improvements in the FW debugging framework; * A fix in the HE capabilities settings; * Small fix in the logs for SAR; * Move queue code to a common place; * Some other clean-ups and small fixes; 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: set station HE capabilities before authentication Emmanuel Grumbach (3): cfg80211: flush scan entries upon suspend iwlwifi: mvm: remove the read_nvm from iwl_run_init_mvm_ucode iwlwifi: pcie: remove obsolete pre-release support code Janie Tu (1): iwlwifi: mvm: fix sar profile printing issue Johannes Berg (1): iwlwifi: update MAINTAINERS entry Mordechay Goodstein (4): iwlwifi: remove all queue resources before free iwlwifi: yoyo: add the ability to dump phy periphery iwlwifi: move reclaim flows to the queue file iwlwifi: mvm: Init error table memory to zero Naftali Goldstein (1): iwlwifi: d3: do not send the WOWLAN_CONFIGURATION command for netdetect Rotem Saado (1): iwlwifi: yoyo: align the write pointer to DWs MAINTAINERS | 3 - drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 82 +++++- drivers/net/wireless/intel/iwlwifi/iwl-prph.h | 22 +- drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 14 - .../net/wireless/intel/iwlwifi/mvm/debugfs.c | 4 +- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 7 +- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 3 + drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 2 +- drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 2 +- .../net/wireless/intel/iwlwifi/mvm/utils.c | 4 +- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 16 -- .../wireless/intel/iwlwifi/pcie/internal.h | 4 - .../net/wireless/intel/iwlwifi/pcie/trans.c | 81 +----- drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 199 +------------- drivers/net/wireless/intel/iwlwifi/queue/tx.c | 254 +++++++++++++++++- drivers/net/wireless/intel/iwlwifi/queue/tx.h | 7 + include/net/cfg80211.h | 6 + net/wireless/sysfs.c | 2 + 18 files changed, 381 insertions(+), 331 deletions(-) -- 2.29.2