linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luca Coelho <luca@coelho.fi>
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 00/11]  iwlwifi: updates intended for v5.11 2020-12-09
Date: Wed,  9 Dec 2020 17:05:03 +0200	[thread overview]
Message-ID: <20201209150514.944056-1-luca@coelho.fi> (raw)

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

Hi,

Here's the fifth set of patches intended for v5.11.  It's the usual
development, new features, cleanups and bugfixes.

The changes are:

* Added some more validations for firmware notifications;
* Support for a new type of HW;
* A couple of channel switch fixes;
* Support new FW reset handshake;
* Add a couple of RX handlers that were accidentally left out;
* Some other clean-ups and small fixes.

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 size checks for range response notification

Emmanuel Grumbach (1):
  iwlwifi: mvm: purge the BSS table upon firmware load

Johannes Berg (6):
  iwlwifi: add an extra firmware state in the transport
  iwlwifi: support firmware reset handshake
  iwlwifi: mvm: disconnect if channel switch delay is too long
  iwlwifi: tighten RX MPDU bounds checks
  iwlwifi: mvm: hook up missing RX handlers
  iwlwifi: mvm: validate notification size when waiting

Matti Gottlieb (1):
  iwlwifi: Add a new card for MA family

Mordechay Goodstein (1):
  iwlwifi: mvm: check that statistics TLV version match struct version

Sara Sharon (1):
  iwlwifi: mvm: fix a race in CSA that caused assert 0x3420

 .../net/wireless/intel/iwlwifi/cfg/22000.c    | 11 +++++
 drivers/net/wireless/intel/iwlwifi/dvm/rx.c   |  6 +++
 drivers/net/wireless/intel/iwlwifi/fw/file.h  |  3 ++
 .../net/wireless/intel/iwlwifi/iwl-config.h   |  2 +
 drivers/net/wireless/intel/iwlwifi/iwl-csr.h  |  1 +
 .../net/wireless/intel/iwlwifi/iwl-phy-db.c   | 16 +++++--
 drivers/net/wireless/intel/iwlwifi/iwl-prph.h |  2 +
 .../net/wireless/intel/iwlwifi/iwl-trans.h    | 20 ++++++---
 .../intel/iwlwifi/mvm/ftm-initiator.c         | 44 +++++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   | 18 ++++++++
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 23 ++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c  |  9 ++++
 drivers/net/wireless/intel/iwlwifi/mvm/rx.c   |  8 +++-
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 32 +++++++++-----
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c |  6 +++
 .../wireless/intel/iwlwifi/pcie/internal.h    |  4 ++
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c  |  6 +++
 .../wireless/intel/iwlwifi/pcie/trans-gen2.c  | 26 +++++++++++
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |  4 ++
 19 files changed, 210 insertions(+), 31 deletions(-)

-- 
2.29.2


             reply	other threads:[~2020-12-09 15:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09 15:05 Luca Coelho [this message]
2020-12-09 15:05 ` [PATCH 01/11] iwlwifi: mvm: fix a race in CSA that caused assert 0x3420 Luca Coelho
2020-12-09 15:05 ` [PATCH 02/11] iwlwifi: add an extra firmware state in the transport Luca Coelho
2020-12-09 15:05 ` [PATCH 03/11] iwlwifi: support firmware reset handshake Luca Coelho
2020-12-09 15:05 ` [PATCH 04/11] iwlwifi: mvm: disconnect if channel switch delay is too long Luca Coelho
2020-12-09 15:05 ` [PATCH 05/11] iwlwifi: Add a new card for MA family Luca Coelho
2020-12-09 15:05 ` [PATCH 06/11] iwlwifi: tighten RX MPDU bounds checks Luca Coelho
2020-12-09 15:05 ` [PATCH 07/11] iwlwifi: mvm: hook up missing RX handlers Luca Coelho
2020-12-09 15:05 ` [PATCH 08/11] iwlwifi: mvm: add size checks for range response notification Luca Coelho
2020-12-09 15:05 ` [PATCH 09/11] iwlwifi: mvm: check that statistics TLV version match struct version Luca Coelho
2020-12-09 15:05 ` [PATCH 10/11] iwlwifi: mvm: purge the BSS table upon firmware load Luca Coelho
2020-12-09 15:05 ` [PATCH 11/11] iwlwifi: mvm: validate notification size when waiting 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=20201209150514.944056-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).