linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] iwlwifi: updates intended for v5.16 2021-10-17 part 3
@ 2021-10-17 13:25 Luca Coelho
  2021-10-17 13:25 ` [PATCH 01/12] iwlwifi: BZ Family BUS_MASTER_DISABLE_REQ code duplication Luca Coelho
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Luca Coelho @ 2021-10-17 13:25 UTC (permalink / raw)
  To: kvalo; +Cc: luca, linux-wireless

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

Hi,

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

The changes are:

* Continue implementation of new rate and flags format in the FW APIs;
* Some fixes for BZ family initialization;
* Fix session protection in some scenarios;
* 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.


Johannes Berg (4):
  iwlwifi: remove redundant iwl_finish_nic_init() argument
  iwlwifi: mvm: remove session protection after auth/assoc
  iwlwifi: allow rate-limited error messages
  iwlwifi: mvm: reduce WARN_ON() in TX status path

Luca Coelho (2):
  iwlwifi: mvm: Support new rate_n_flags for REPLY_RX_MPDU_CMD and
    RX_NO_DATA_NOTIF
  iwlwifi: mvm: remove csi from iwl_mvm_pass_packet_to_mac80211()

Miri Korenblit (4):
  iwlwifi: mvm: Add support for new rate_n_flags in tx_cmd.
  iwlwifi: mvm: Support new version of BEACON_TEMPLATE_CMD.
  iwlwifi: mvm: Support new TX_RSP and COMPRESSED_BA_RES versions
  iwlwifi: mvm: Add RTS and CTS flags to iwl_tx_cmd_flags.

Roee Goldfiner (2):
  iwlwifi: BZ Family BUS_MASTER_DISABLE_REQ code duplication
  iwlwifi: BZ Family SW reset support

 drivers/net/wireless/intel/iwlwifi/dvm/agn.h  |  11 +-
 .../net/wireless/intel/iwlwifi/fw/api/rx.h    |  12 +-
 .../net/wireless/intel/iwlwifi/fw/api/tx.h    |  37 +++--
 drivers/net/wireless/intel/iwlwifi/fw/dump.c  |   2 +-
 .../net/wireless/intel/iwlwifi/iwl-debug.c    |  24 ++-
 .../net/wireless/intel/iwlwifi/iwl-debug.h    |  21 ++-
 .../wireless/intel/iwlwifi/iwl-eeprom-read.c  |   4 +-
 drivers/net/wireless/intel/iwlwifi/iwl-io.c   |   4 +-
 drivers/net/wireless/intel/iwlwifi/iwl-io.h   |   5 +-
 .../net/wireless/intel/iwlwifi/mvm/debugfs.c  |   8 +-
 .../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c |  30 +++-
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c |  16 ++
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |   9 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c   |   8 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 140 ++++++++++--------
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c   | 107 ++++++++++---
 .../net/wireless/intel/iwlwifi/mvm/utils.c    |  27 +++-
 .../wireless/intel/iwlwifi/pcie/trans-gen2.c  |  30 +---
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |  33 +++--
 19 files changed, 353 insertions(+), 175 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2021-10-17 13:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-17 13:25 [PATCH 00/12] iwlwifi: updates intended for v5.16 2021-10-17 part 3 Luca Coelho
2021-10-17 13:25 ` [PATCH 01/12] iwlwifi: BZ Family BUS_MASTER_DISABLE_REQ code duplication Luca Coelho
2021-10-17 13:25 ` [PATCH 02/12] iwlwifi: BZ Family SW reset support Luca Coelho
2021-10-17 13:25 ` [PATCH 03/12] iwlwifi: mvm: Add support for new rate_n_flags in tx_cmd Luca Coelho
2021-10-17 13:25 ` [PATCH 04/12] iwlwifi: mvm: Support new version of BEACON_TEMPLATE_CMD Luca Coelho
2021-10-17 13:25 ` [PATCH 05/12] iwlwifi: mvm: Support new TX_RSP and COMPRESSED_BA_RES versions Luca Coelho
2021-10-17 13:25 ` [PATCH 06/12] iwlwifi: mvm: Support new rate_n_flags for REPLY_RX_MPDU_CMD and RX_NO_DATA_NOTIF Luca Coelho
2021-10-17 13:25 ` [PATCH 07/12] iwlwifi: mvm: remove csi from iwl_mvm_pass_packet_to_mac80211() Luca Coelho
2021-10-17 13:26 ` [PATCH 08/12] iwlwifi: mvm: Add RTS and CTS flags to iwl_tx_cmd_flags Luca Coelho
2021-10-17 13:26 ` [PATCH 09/12] iwlwifi: remove redundant iwl_finish_nic_init() argument Luca Coelho
2021-10-17 13:26 ` [PATCH 10/12] iwlwifi: mvm: remove session protection after auth/assoc Luca Coelho
2021-10-17 13:26 ` [PATCH 11/12] iwlwifi: allow rate-limited error messages Luca Coelho
2021-10-17 13:26 ` [PATCH 12/12] iwlwifi: mvm: reduce WARN_ON() in TX status path Luca Coelho

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).