All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Coelho <luca@coelho.fi>
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 0/6] iwlwifi: fixes intended for v5.10 2020-11-07
Date: Sat,  7 Nov 2020 10:50:05 +0200	[thread overview]
Message-ID: <20201107085011.57943-1-luca@coelho.fi> (raw)

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


             reply	other threads:[~2020-11-07  8:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-07  8:50 Luca Coelho [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201107085011.57943-1-luca@coelho.fi \
    --to=luca@coelho.fi \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.