All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] iwlwifi: updates intended for v5.14 2021-06-17
@ 2021-06-17  7:08 Luca Coelho
  2021-06-17  7:08 ` [PATCH 01/12] iwlwifi: pcie: identify the RF module Luca Coelho
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Luca Coelho @ 2021-06-17  7:08 UTC (permalink / raw)
  To: kvalo; +Cc: luca, linux-wireless

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

Hi,

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

The changes are:

* Support UNII4 enablement from BIOS;
* Support LMR feedback;
* Fix in TWT;
* Some other small fixes, clean-ups and improvements.

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

Please review.

Cheers,
Luca.


Abhishek Naik (1):
  iwlwifi: mvm: Read acpi dsm to get unii4 enable/disable bitmap.

Avraham Stern (1):
  iwlwifi: mvm: support LMR feedback

Harish Mitty (1):
  iwlwifi: mvm: Call NMI instead of REPLY_ERROR

Johannes Berg (7):
  iwlwifi: pcie: identify the RF module
  iwlwifi: mvm: don't request SMPS in AP mode
  iwlwifi: mvm: apply RX diversity per PHY context
  iwlwifi: mvm: honour firmware SMPS requests
  iwlwifi: correct HE capabilities
  iwlwifi: pcie: fix some kernel-doc comments
  iwlwifi: pcie: remove TR/CR tail allocations

Shaul Triebitz (2):
  iwlwifi: mvm: fix error print when session protection ends
  iwlwifi: advertise broadcast TWT support

 drivers/net/wireless/intel/iwlwifi/fw/acpi.h  |   1 +
 .../wireless/intel/iwlwifi/fw/api/datapath.h  |  26 ++++
 .../wireless/intel/iwlwifi/fw/api/nvm-reg.h   |  19 +++
 drivers/net/wireless/intel/iwlwifi/fw/file.h  |   3 +-
 .../wireless/intel/iwlwifi/iwl-nvm-parse.c    | 140 +++++++++++-------
 drivers/net/wireless/intel/iwlwifi/iwl-prph.h |   4 +-
 .../net/wireless/intel/iwlwifi/mvm/debugfs.c  |   4 +-
 .../intel/iwlwifi/mvm/ftm-initiator.c         |   4 +
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   |  20 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |   7 +-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c  |  39 +++++
 .../net/wireless/intel/iwlwifi/mvm/phy-ctxt.c |  26 +++-
 .../wireless/intel/iwlwifi/mvm/time-event.c   |   4 +
 .../net/wireless/intel/iwlwifi/mvm/utils.c    |  36 +++--
 .../intel/iwlwifi/pcie/ctxt-info-gen3.c       |  28 ++--
 .../wireless/intel/iwlwifi/pcie/internal.h    |  20 +--
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c  |  34 -----
 .../wireless/intel/iwlwifi/pcie/trans-gen2.c  |  71 +++++++++
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |  18 +++
 19 files changed, 361 insertions(+), 143 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2021-06-22 12:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17  7:08 [PATCH 00/12] iwlwifi: updates intended for v5.14 2021-06-17 Luca Coelho
2021-06-17  7:08 ` [PATCH 01/12] iwlwifi: pcie: identify the RF module Luca Coelho
2021-06-17  7:08 ` [PATCH 02/12] iwlwifi: mvm: don't request SMPS in AP mode Luca Coelho
2021-06-17  7:08 ` [PATCH 03/12] iwlwifi: mvm: apply RX diversity per PHY context Luca Coelho
2021-06-17  7:08 ` [PATCH 04/12] iwlwifi: mvm: honour firmware SMPS requests Luca Coelho
2021-06-17  7:08 ` [PATCH 05/12] iwlwifi: mvm: fix error print when session protection ends Luca Coelho
2021-06-17  7:08 ` [PATCH 06/12] iwlwifi: mvm: Call NMI instead of REPLY_ERROR Luca Coelho
2021-06-17  7:08 ` [PATCH 07/12] iwlwifi: correct HE capabilities Luca Coelho
2021-06-17  7:08 ` [PATCH 08/12] iwlwifi: mvm: support LMR feedback Luca Coelho
2021-06-17  7:08 ` [PATCH 09/12] iwlwifi: advertise broadcast TWT support Luca Coelho
2021-06-22 12:19   ` Luca Coelho
2021-06-17  7:08 ` [PATCH 10/12] iwlwifi: pcie: fix some kernel-doc comments Luca Coelho
2021-06-17  7:08 ` [PATCH 11/12] iwlwifi: pcie: remove TR/CR tail allocations Luca Coelho
2021-06-17  7:43   ` Johannes Berg
2021-06-17  8:07     ` [PATCH v2 " Luca Coelho
2021-06-22 12:20       ` Luca Coelho
2021-06-17  7:08 ` [PATCH 12/12] iwlwifi: mvm: Read acpi dsm to get unii4 enable/disable bitmap Luca Coelho
2021-06-22 12:21   ` 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.