All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] iwlwifi: fixes intended for v5.10 2020-11-07
@ 2020-11-07  8:50 Luca Coelho
  2020-11-07  8:50 ` [PATCH 1/6] iwlwifi: sta: set max HE max A-MPDU according to HE capa Luca Coelho
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Luca Coelho @ 2020-11-07  8:50 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

From: Luca Coelho <luciano.coelho@intel.com>

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-11-10 18:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-07  8:50 [PATCH 0/6] iwlwifi: fixes intended for v5.10 2020-11-07 Luca Coelho
2020-11-07  8:50 ` [PATCH 1/6] iwlwifi: sta: set max HE max A-MPDU according to HE capa Luca Coelho
2020-11-10 18:46   ` Kalle Valo
2020-11-07  8:50 ` [PATCH 2/6] iwlwifi: mvm: use the HOT_SPOT_CMD to cancel an AUX ROC Luca Coelho
2020-11-07  8:50 ` [PATCH 3/6] iwlwifi: mvm: properly cancel a session protection for P2P Luca Coelho
2020-11-07  8:50 ` [PATCH 4/6] iwlwifi: mvm: write queue_sync_state only for sync Luca Coelho
2020-11-07  8:50 ` [PATCH 5/6] iwlwifi: pcie: set LTR to avoid completion timeout Luca Coelho
2020-11-07  8:50 ` [PATCH 6/6] iwlwifi: mvm: fix kernel panic in case of assert during CSA Luca Coelho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.