From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, Here's the third set of patches intended for v5.7. It's the usual development, new features, cleanups and bugfixes. The changes are: * More refactoring of the device selection algorithms; * Support new FW API version; * Support for EDCA measurements; * New scan API features; * Enable new debugging code; * 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. Avraham Stern (1): iwlwifi: mvm: add support for non EDCA based measurements Johannes Berg (3): iwlwifi: remove IWL_FW_DBG_DOMAIN macro iwlwifi: pcie: make iwl_pcie_cmdq_reclaim static iwlwifi: mvm: remove newline from rs_pretty_print_rate() Luca Coelho (6): iwlwifi: add support for version 2 of SOC_CONFIGURATION_CMD iwlwifi: add trans_cfg for devices with long latency iwlwifi: remove support for QnJ Hr STEP A iwlwifi: remove support for QnJ HR FPGA iwlwifi: yoyo: enable yoyo by default iwlwifi: bump FW API to 53 for 22000 series Tova Mussai (1): iwlwifi: scan: support FW APIs with variable number of profiles rotem saado (1): iwlwifi: yoyo: don't block dumping internal memory when not in SRAM mode .../net/wireless/intel/iwlwifi/cfg/22000.c | 48 +++++-------------- .../wireless/intel/iwlwifi/fw/api/location.h | 6 +++ .../net/wireless/intel/iwlwifi/fw/api/scan.h | 31 +++++++++--- .../net/wireless/intel/iwlwifi/fw/api/soc.h | 24 ++++++---- drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 8 +--- .../net/wireless/intel/iwlwifi/fw/runtime.h | 2 - .../net/wireless/intel/iwlwifi/iwl-config.h | 5 +- drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 3 +- drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 5 +- .../net/wireless/intel/iwlwifi/mvm/debugfs.c | 4 ++ .../intel/iwlwifi/mvm/ftm-initiator.c | 9 ++++ drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 21 ++++++-- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 10 ++-- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 7 +++ drivers/net/wireless/intel/iwlwifi/mvm/rs.c | 6 ++- drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 40 +++++++++++----- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 17 ++----- .../wireless/intel/iwlwifi/pcie/internal.h | 1 - drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 2 +- 19 files changed, 145 insertions(+), 104 deletions(-) -- 2.25.1