Subject: [PATCH wireless] wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_change
From: Bert Karwatzki <spasswolf@web.de>
To: linux-wireless@vger.kernel.org
Cc: Bert Karwatzki <spasswolf@web.de>,
	Kalle Valo <kvalo@kernel.org>,
	Felix Fietkau <nbd@nbd.name>,
	Sean Wang <sean.wang@kernel.org>,
	deren.wu@mediatek.com,
	linux-mediatek@lists.infradead.org,
	lorenzo.bianconi@redhat.com,
	mingyen.hsieh@mediatek.com,
	sean.wang@mediatek.com,
	linux-kernel@vger.kernel.org
Date: Mon, 12 Aug 2024 12:45:41 +0200

.
Subject: [PATCH v2] wifi: iwlwifi: correctly lookup DMA address in SG table
From: Benjamin Berg <benjamin@sipsolutions.net>
To: linux-wireless@vger.kernel.org
Cc: benjamin.berg@intel.com,
	miriam.rachel.korenblit@intel.com,
	regressions@lists.linux.dev,
	johannes@sipsolutions.net,
	Kalle Valo <kvalo@kernel.org>,
	Chris Bainbridge <chris.bainbridge@gmail.com>,
	Ben Greear <greearb@candelatech.com>
Date: Mon, 12 Aug 2024 13:06:40 +0200

.
Subject: [PATCH] cfg80211: Set the channel definition for the different Wi-Fi modes when starting CAC
From: root <root@hissam.office.simonwunderlich.net>
To: johannes@sipsolutions.net
Cc: linux-wireless@vger.kernel.org,
	Issam Hamdi <ih@simonwunderlich.de>,
	Kretschmer Mathias <mathias.kretschmer@fit.fraunhofer.de>
Date: Mon, 12 Aug 2024 14:09:09 +0200

.
Subject: [PATCH] cfg80211: Set the channel definition for the different Wi-Fi modes when starting CAC
From: Issam Hamdi <ih@simonwunderlich.de>
To: johannes@sipsolutions.net
Cc: linux-wireless@vger.kernel.org,
	Issam Hamdi <ih@simonwunderlich.de>,
	Kretschmer Mathias <mathias.kretschmer@fit.fraunhofer.de>
Date: Mon, 12 Aug 2024 14:41:21 +0200

.
Subject: [PATCH v2] wireless-regdb: Update regulatory info for Philippines (PH) on 6GHz
From: Gacel Perfinian <gcperfinian@up.edu.ph>
To: Chen-Yu Tsai <wens@kernel.org>
Cc: linux-wireless@vger.kernel.org,
	wireless-regdb@lists.infradead.org,
	Gacel Perfinian <gcperfinian@up.edu.ph>
Date: Mon, 12 Aug 2024 21:18:12 +0800

.
Subject: [PATCH] wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit
From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= <toke@toke.dk>
To: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= <toke@toke.dk>
Cc: linux-wireless@vger.kernel.org,
	=?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= <toke@redhat.com>,
	syzbot+98afa303be379af6cdb2@syzkaller.appspotmail.com
Date: Mon, 12 Aug 2024 16:24:46 +0200

.
Subject: pull-request: ath-current-20240812
From: Jeff Johnson <quic_jjohnson@quicinc.com>
To: <linux-wireless@vger.kernel.org>
Date: Mon, 12 Aug 2024 08:07:34 -0700

The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:

  Linux 6.11-rc2 (2024-08-04 13:50:53 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git
tags/ath-current-20240812

for you to fetch changes up to 38055789d15155109b41602ad719d770af507030:

  wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850
(2024-08-05 12:28:07 +0300)

----------------------------------------------------------------
ath.git patch for v6.11

We have a single patch for the next 6.11-rc which introduces a
workaround to ath12k which addresses a WCN7850 hardware issue that
prevents proper operation with unaligned transmit buffers.

----------------------------------------------------------------
Baochen Qiang (1):
      wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850

 drivers/net/wireless/ath/ath12k/dp_tx.c | 72 +++++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath12k/hw.c    |  6 +++
 drivers/net/wireless/ath/ath12k/hw.h    |  4 ++
 drivers/net/wireless/ath/ath12k/mac.c   |  1 +
 4 files changed, 83 insertions(+)

.
Subject: pull-request: ath-next-20240812
From: Jeff Johnson <quic_jjohnson@quicinc.com>
To: linux-wireless <linux-wireless@vger.kernel.org>
Date: Mon, 12 Aug 2024 10:59:02 -0700

The following changes since commit c1cacb01f35589bd41360cdb7535afc792c08a7c:

  Merge tag 'ath-next-20240702' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath (2024-07-03 16:57:16 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-next-20240812

for you to fetch changes up to 89fbe672bd0e5e5c39600fcc7a3bca0b8a212d23:

  Revert "wifi: ath9k: use devm for request_irq()" (2024-08-10 10:21:58 +0300)

----------------------------------------------------------------
ath.git patches for v6.12

This is a fairly light pull request since ath12k is still working on
MLO-related changes, and the other drivers are mostly in maintenance
mode with a few cleanups and bug fixes.

Major changes:

ath12k

* DebugFS support for transmit DE stats
* Make ASPM support hardware-dependent
* Align BSS Channel information command and message with firmware

ath11k

* Use work queue for beacon tx events

ath9k

* Use devm for gpio_request_one
* Use unmanaged PCI functions in ath9k_pci_owl_loader()

----------------------------------------------------------------
Aditya Kumar Singh (1):
      wifi: ath12k: restore ASPM for supported hardwares only

Baochen Qiang (1):
      wifi: ath12k: fix invalid AMPDU factor calculation in ath12k_peer_assoc_h_he()

Dinesh Karthikeyan (1):
      wifi: ath12k: Support Transmit DE stats

Dmitry Kandybka (1):
      wifi: ath9k: fix possible integer overflow in ath9k_get_et_stats()

Heiner Kallweit (1):
      wifi: ath9k: use unmanaged PCI functions in ath9k_pci_owl_loader

Kang Yang (1):
      wifi: ath11k: use work queue to process beacon tx event

Karthikeyan Periyasamy (2):
      wifi: ath12k: fix array out-of-bound access in SoC stats
      wifi: ath11k: fix array out-of-bound access in SoC stats

P Praneesh (2):
      wifi: ath12k: fix BSS chan info request WMI command
      wifi: ath12k: match WMI BSS chan info structure with firmware definition

Rosen Penev (2):
      wifi: ath9k: use devm for request_irq()
      wifi: ath9k: use devm for gpio_request_one()

Thorsten Blum (1):
      wifi: ath9k: Use swap() to improve ath9k_hw_get_nf_hist_mid()

Toke Høiland-Jørgensen (2):
      wifi: ath9k: Remove error checks when creating debugfs entries
      Revert "wifi: ath9k: use devm for request_irq()"

 drivers/net/wireless/ath/ath11k/core.h             |   1 +
 drivers/net/wireless/ath/ath11k/dp_rx.c            |   2 +-
 drivers/net/wireless/ath/ath11k/mac.c              |  12 +
 drivers/net/wireless/ath/ath11k/wmi.c              |   4 +-
 .../net/wireless/ath/ath12k/debugfs_htt_stats.c    | 354 +++++++++++++++++++++
 .../net/wireless/ath/ath12k/debugfs_htt_stats.h    | 126 ++++++++
 drivers/net/wireless/ath/ath12k/dp_rx.c            |   2 +-
 drivers/net/wireless/ath/ath12k/hw.c               |   6 +
 drivers/net/wireless/ath/ath12k/hw.h               |   1 +
 drivers/net/wireless/ath/ath12k/mac.c              |   5 +-
 drivers/net/wireless/ath/ath12k/pci.c              |   3 +-
 drivers/net/wireless/ath/ath12k/wmi.c              |   1 +
 drivers/net/wireless/ath/ath12k/wmi.h              |   3 +-
 .../net/wireless/ath/ath9k/ath9k_pci_owl_loader.c  |   8 +-
 drivers/net/wireless/ath/ath9k/calib.c             |   7 +-
 drivers/net/wireless/ath/ath9k/debug.c             |   6 +-
 drivers/net/wireless/ath/ath9k/htc_drv_debug.c     |   2 -
 drivers/net/wireless/ath/ath9k/hw.c                |   6 +-
 18 files changed, 521 insertions(+), 28 deletions(-)

.
Subject: [PATCH 1/1] wifi: mac80211: Fix 320 MHz max TPE field parsing.
From: Rory Little <rory@candelatech.com>
To: johannes@sipsolutions.net
Cc: linux-wireless@vger.kernel.org,
	Rory Little <rory@candelatech.com>
Date: Mon, 12 Aug 2024 14:37:29 -0700

.
