From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, Here's the second set of patches intended for v5.10. It's the usual development, new features, cleanups and bugfixes. The changes are: * Enable TWT by default; * Support for some new cards; * Support new PPAG FW command version * Move some trans code around for better abstraction; As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Cheers, Luca. Gil Adam (1): iwlwifi: acpi: support ppag table command v2 Golan Ben Ami (1): iwlwifi: enable twt by default Ihab Zhaika (1): iwlwifi: add new cards for MA family Mordechay Goodstein (4): iwlwifi: iwl-trans: move all txcmd init to trans alloc iwlwifi: move bc_pool to a common trans header iwlwifi: iwl-trans: move tfd to trans layer iwlwifi: move bc_table_dword to a common trans header .../net/wireless/intel/iwlwifi/cfg/22000.c | 51 +++++++-- drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 8 +- .../net/wireless/intel/iwlwifi/fw/api/power.h | 27 +++-- .../net/wireless/intel/iwlwifi/fw/api/tx.h | 7 +- .../net/wireless/intel/iwlwifi/fw/runtime.h | 3 +- .../net/wireless/intel/iwlwifi/iwl-config.h | 9 ++ .../net/wireless/intel/iwlwifi/iwl-trans.c | 57 +++++++++- .../net/wireless/intel/iwlwifi/iwl-trans.h | 23 +++- .../wireless/intel/iwlwifi/mvm/constants.h | 2 +- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 103 +++++++++++++----- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 18 ++- .../wireless/intel/iwlwifi/pcie/internal.h | 15 +-- .../net/wireless/intel/iwlwifi/pcie/trans.c | 59 ++-------- .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 38 +++---- drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 28 ++--- 15 files changed, 279 insertions(+), 169 deletions(-) -- 2.28.0