From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, This is my first patchset with fixes for v5.10. The changes are: * Fix a kernel panic in CSA when the FW asserts; * Fix a command completion timeout by using LTR correctly; * Fix HE capabilities; * Some fixes in the session protection code; * Fix a queue sync vs. async handling. As usual, I'm pushing this to a pending branch, for kbuild bot. And since these are fixes for the rc series, please take them directly to wireless-drivers.git, as we agreed. Cheers, Luca. Avraham Stern (1): iwlwifi: mvm: write queue_sync_state only for sync Emmanuel Grumbach (2): iwlwifi: mvm: use the HOT_SPOT_CMD to cancel an AUX ROC iwlwifi: mvm: properly cancel a session protection for P2P Johannes Berg (1): iwlwifi: pcie: set LTR to avoid completion timeout Mordechay Goodstein (1): iwlwifi: sta: set max HE max A-MPDU according to HE capa Sara Sharon (1): iwlwifi: mvm: fix kernel panic in case of assert during CSA .../net/wireless/intel/iwlwifi/fw/api/sta.h | 10 +- .../intel/iwlwifi/fw/api/time-event.h | 8 +- drivers/net/wireless/intel/iwlwifi/iwl-csr.h | 10 ++ .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 5 +- drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 18 +++ .../wireless/intel/iwlwifi/mvm/time-event.c | 103 ++++++++++++------ .../intel/iwlwifi/pcie/ctxt-info-gen3.c | 20 ++++ 7 files changed, 131 insertions(+), 43 deletions(-) -- 2.28.0