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 00/11]  iwlwifi: updates intended for v5.8 2020-04-25
Date: Sat, 25 Apr 2020 13:04:48 +0300	[thread overview]
Message-ID: <20200425100459.2778317-1-luca@coelho.fi> (raw)

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

Hi,

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

The changes are:

* Some queues rework by Johannes;
* Enable A-AMSDU in low  latency;
* Some other small fixes and clean-ups;

As usual, I'm pushing this to a pending branch, for kbuild bot, and
will send a pull-request later.

Please review.

Cheers,
Luca.


Johannes Berg (9):
  iwlwifi: pcie: allocate much smaller byte-count table
  iwlwifi: mvm: attempt to allocate smaller queues
  iwlwifi: dbg: mark a variable __maybe_unused
  iwlwifi: pcie: remove some dead code
  iwlwifi: pcie: gen2: use DMA pool for byte-count tables
  iwlwifi: use longer queues for 256-BA
  iwlwifi: mvm: don't transmit on unallocated queue
  iwlwifi: remove outdated copyright print/module statement
  iwlwifi: pcie: skip fragmented receive buffers

Liad Kaufman (1):
  iwlwifi: dbg_ini: differentiate ax210 hw with same hw type

Mordechay Goodstein (1):
  iwlwifi: tx: enable A-MSDU in low latency mode

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |  2 +-
 drivers/net/wireless/intel/iwlwifi/dvm/main.c |  2 +-
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c   | 24 +++++++++++--
 .../wireless/intel/iwlwifi/fw/error-dump.h    | 13 +++++--
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c  |  3 +-
 drivers/net/wireless/intel/iwlwifi/iwl-drv.h  |  7 ++--
 drivers/net/wireless/intel/iwlwifi/iwl-fh.h   |  7 ++--
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c  |  2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c  | 35 ++++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c   | 11 +++---
 .../wireless/intel/iwlwifi/pcie/internal.h    |  5 ++-
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c  | 32 ++++++++++++++---
 .../net/wireless/intel/iwlwifi/pcie/trans.c   | 19 ++++++++++
 .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 33 +++++++++++------
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c  | 12 +++----
 15 files changed, 152 insertions(+), 55 deletions(-)

-- 
2.26.2


             reply	other threads:[~2020-04-25 10:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-25 10:04 Luca Coelho [this message]
2020-04-25 10:04 ` [PATCH 01/11] iwlwifi: pcie: allocate much smaller byte-count table Luca Coelho
2020-04-25 10:04 ` [PATCH 02/11] iwlwifi: mvm: attempt to allocate smaller queues Luca Coelho
2020-04-25 10:04 ` [PATCH 03/11] iwlwifi: dbg: mark a variable __maybe_unused Luca Coelho
2020-04-25 10:04 ` [PATCH 04/11] iwlwifi: pcie: remove some dead code Luca Coelho
2020-04-25 10:04 ` [PATCH 05/11] iwlwifi: pcie: gen2: use DMA pool for byte-count tables Luca Coelho
2020-04-25 10:04 ` [PATCH 06/11] iwlwifi: use longer queues for 256-BA Luca Coelho
2020-04-25 10:04 ` [PATCH 07/11] iwlwifi: tx: enable A-MSDU in low latency mode Luca Coelho
2020-04-25 10:04 ` [PATCH 08/11] iwlwifi: mvm: don't transmit on unallocated queue Luca Coelho
2020-04-25 10:04 ` [PATCH 09/11] iwlwifi: remove outdated copyright print/module statement Luca Coelho
2020-04-25 10:04 ` [PATCH 10/11] iwlwifi: pcie: skip fragmented receive buffers Luca Coelho
2020-04-25 10:04 ` [PATCH 11/11] iwlwifi: dbg_ini: differentiate ax210 hw with same hw type 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=20200425100459.2778317-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.