linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: gregory.greenman@intel.com
To: johannes@sipsolutions.net
Cc: linux-wireless@vger.kernel.org,
	Gregory Greenman <gregory.greenman@intel.com>
Subject: [PATCH 00/15] wifi: iwlwifi: updates intended for v6.4 2023-04-14
Date: Fri, 14 Apr 2023 13:11:51 +0300	[thread overview]
Message-ID: <20230414101206.1170180-1-gregory.greenman@intel.com> (raw)

From: Gregory Greenman <gregory.greenman@intel.com>

Hi,

Here's the next set of iwlwifi patches for v6.4.
Same as the previous one, this set contains the
ususal developement, small improvements, cleanups and
bugfixes. It also enables the new MLO FW API.

Thanks,
Gregory

Colin Ian King (2):
  wifi: iwlwifi: Fix spelling mistake "upto" -> "up to"
  wifi: iwlwifi: mvm: Fix spelling mistake "Gerenal" -> "General"

Hyunwoo Kim (1):
  wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf

Ilan Peer (1):
  wifi: iwlwifi: mvm: Fix setting the rate for non station cases

Johannes Berg (6):
  wifi: iwlwifi: mvm: track AP STA pointer and use it for MFP
  wifi: iwlwifi: mvm: make iwl_mvm_mac_ctxt_send_beacon() static
  wifi: iwlwifi: mvm: fix ptk_pn memory leak
  wifi: iwlwifi: mvm: set STA mask for keys in MLO
  wifi: iwlwifi: mvm: validate station properly in flush
  wifi: iwlwifi: mvm: tx: remove misleading if statement

Miri Korenblit (1):
  wifi: iwlwifi: mvm: enable new MLD FW API

Mukesh Sisodiya (2):
  wifi: iwlwifi: Add RF Step Type for BZ device
  wifi: iwlwifi: add a new PCI device ID for BZ device

Tom Rix (2):
  wifi: iwlwifi: mvm: initialize seq variable
  wifi: iwlwifi: fw: move memset before early return

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |  47 ++-
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c   |   4 +-
 drivers/net/wireless/intel/iwlwifi/fw/file.h  |   1 +
 .../net/wireless/intel/iwlwifi/iwl-config.h   |   4 +
 drivers/net/wireless/intel/iwlwifi/iwl-csr.h  |   2 +
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c  |   2 +-
 drivers/net/wireless/intel/iwlwifi/iwl-prph.h |   7 +
 .../net/wireless/intel/iwlwifi/iwl-trans.h    |   5 +-
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c   |   1 +
 .../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c |  18 +-
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c |  23 +-
 .../net/wireless/intel/iwlwifi/mvm/mld-key.c  |  82 +++-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |  29 +-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c   |  29 +-
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 376 +++++++++---------
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |   2 +-
 17 files changed, 378 insertions(+), 256 deletions(-)

-- 
2.38.1


             reply	other threads:[~2023-04-14 10:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-14 10:11 gregory.greenman [this message]
2023-04-14 10:11 ` [PATCH 01/15] wifi: iwlwifi: Add RF Step Type for BZ device gregory.greenman
2023-04-14 10:11 ` [PATCH 02/15] wifi: iwlwifi: add a new PCI device ID " gregory.greenman
2023-04-14 10:11 ` [PATCH 03/15] wifi: iwlwifi: mvm: enable new MLD FW API gregory.greenman
2023-04-14 10:11 ` [PATCH 04/15] wifi: iwlwifi: Fix spelling mistake "upto" -> "up to" gregory.greenman
2023-04-14 10:11 ` [PATCH 05/15] wifi: iwlwifi: mvm: Fix spelling mistake "Gerenal" -> "General" gregory.greenman
2023-04-14 10:11 ` [PATCH 06/15] wifi: iwlwifi: mvm: initialize seq variable gregory.greenman
2023-04-14 10:11 ` [PATCH 07/15] wifi: iwlwifi: fw: move memset before early return gregory.greenman
2023-04-14 10:11 ` [PATCH 08/15] wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf gregory.greenman
2023-04-14 10:12 ` [PATCH 09/15] wifi: iwlwifi: mvm: track AP STA pointer and use it for MFP gregory.greenman
2023-04-14 10:12 ` [PATCH 10/15] wifi: iwlwifi: mvm: make iwl_mvm_mac_ctxt_send_beacon() static gregory.greenman
2023-04-14 10:12 ` [PATCH 11/15] wifi: iwlwifi: mvm: fix ptk_pn memory leak gregory.greenman
2023-04-14 10:12 ` [PATCH 12/15] wifi: iwlwifi: mvm: set STA mask for keys in MLO gregory.greenman
2023-04-14 10:12 ` [PATCH 13/15] wifi: iwlwifi: mvm: validate station properly in flush gregory.greenman
2023-04-14 10:12 ` [PATCH 14/15] wifi: iwlwifi: mvm: Fix setting the rate for non station cases gregory.greenman
2023-04-14 10:12 ` [PATCH 15/15] wifi: iwlwifi: mvm: tx: remove misleading if statement gregory.greenman

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=20230414101206.1170180-1-gregory.greenman@intel.com \
    --to=gregory.greenman@intel.com \
    --cc=johannes@sipsolutions.net \
    --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).