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.12 2021-01-17
Date: Sun, 17 Jan 2021 13:10:27 +0200	[thread overview]
Message-ID: <20210117111038.1402870-1-luca@coelho.fi> (raw)

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

Hi,

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

The changes are:

* Check FW notification sizes for robustness;
* Improvements in the NAPI implementation;
* Implement a workaround for CCA-EXT;
* Add new FW API support;
* 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.


Emmanuel Grumbach (2):
  iwlwifi: remove TRANS_PM_OPS
  iwlwifi: mvm: don't check system_pm_mode without mutex held

Johannes Berg (6):
  iwlwifi: mvm: add notification size checks
  iwlwifi: mvm: check more notification sizes
  iwlwifi: mvm: remove debugfs injection limitations
  iwlwifi: mvm: scan: fix scheduled scan restart handling
  iwlwifi: mvm: handle CCA-EXT delay firmware notification
  iwlwifi: pcie: properly implement NAPI

Mordechay Goodstein (3):
  iwlwifi: mvm: add support for new flush queue response
  iwl-trans: iwlwifi: move sync NMI logic to trans
  iwlwifi: dbg: dump paged memory from index 1

 .../wireless/intel/iwlwifi/fw/api/datapath.h  |  18 +-
 .../net/wireless/intel/iwlwifi/fw/api/debug.h |  15 ++
 .../net/wireless/intel/iwlwifi/fw/api/tx.h    |  26 ++
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c   |  34 +--
 drivers/net/wireless/intel/iwlwifi/iwl-io.c   |  36 +++
 .../net/wireless/intel/iwlwifi/iwl-trans.h    |  27 +--
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c   |   9 +-
 .../net/wireless/intel/iwlwifi/mvm/debugfs.c  |  30 +--
 .../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c |  18 +-
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c |  46 +++-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |  11 +-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c  | 195 +++++++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/rx.c   |  13 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c |   9 +
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c |   9 +-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c  |   4 +-
 drivers/net/wireless/intel/iwlwifi/mvm/tt.c   |   6 -
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c   | 136 ++++++++---
 .../net/wireless/intel/iwlwifi/mvm/utils.c    |  30 +++
 .../wireless/intel/iwlwifi/pcie/internal.h    |  15 +-
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c  | 224 ++++++++++++------
 .../wireless/intel/iwlwifi/pcie/trans-gen2.c  |   4 +-
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |  85 ++-----
 .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c |   2 +-
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c  |  10 +-
 25 files changed, 691 insertions(+), 321 deletions(-)

-- 
2.29.2


             reply	other threads:[~2021-01-17 11:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-17 11:10 Luca Coelho [this message]
2021-01-17 11:10 ` [PATCH 01/11] iwlwifi: mvm: add notification size checks Luca Coelho
2021-02-05  9:53   ` Luca Coelho
2021-01-17 11:10 ` [PATCH 02/11] iwlwifi: mvm: check more notification sizes Luca Coelho
2021-01-17 11:10 ` [PATCH 03/11] iwlwifi: mvm: remove debugfs injection limitations Luca Coelho
2021-01-17 11:10 ` [PATCH 04/11] iwlwifi: mvm: scan: fix scheduled scan restart handling Luca Coelho
2021-01-17 11:10 ` [PATCH 05/11] iwlwifi: mvm: handle CCA-EXT delay firmware notification Luca Coelho
2021-01-17 11:10 ` [PATCH 06/11] iwlwifi: mvm: add support for new flush queue response Luca Coelho
2021-01-17 11:10 ` [PATCH 07/11] iwlwifi: pcie: properly implement NAPI Luca Coelho
2021-01-17 11:10 ` [PATCH 08/11] iwl-trans: iwlwifi: move sync NMI logic to trans Luca Coelho
2021-01-17 11:10 ` [PATCH 09/11] iwlwifi: dbg: dump paged memory from index 1 Luca Coelho
2021-01-17 11:10 ` [PATCH 10/11] iwlwifi: remove TRANS_PM_OPS Luca Coelho
2021-01-17 11:10 ` [PATCH 11/11] iwlwifi: mvm: don't check system_pm_mode without mutex held 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=20210117111038.1402870-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).