From: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
To: linux-wireless@vger.kernel.org,
Johannes Berg <johannes@sipsolutions.net>
Cc: ath10k@lists.infradead.org, ath11k@lists.infradead.org,
ath12k@lists.infradead.org, jjohnson@kernel.org
Subject: pull-request: ath-next-20260526
Date: Tue, 26 May 2026 09:25:04 -0700 [thread overview]
Message-ID: <4fe17cef-7cc6-41fc-960a-385366861c52@oss.qualcomm.com> (raw)
The following changes since commit 7baf5857e15d722776898510a10546d6b2f18645:
wifi: brcmsmac: phy_lcn: Remove dead code in wlc_lcnphy_radio_2064_channel_tune_4313() (2026-04-28 10:43:27 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-next-20260526
for you to fetch changes up to d5c336161088c588f85da64f48ba6deead194afd:
wifi: ath12k: fix error unwind on arch_init() failure in PCI probe (2026-05-26 08:54:27 -0700)
----------------------------------------------------------------
ath.git patches for v7.2 (PR #2)
For ath12k:
- Add thermal throttling and cooling device support
- Add support for handling incumbent signal interference in 6 GHz
- Add support for channel 177 in the 5 GHz band
In addition, a large number of cleanup and minor bug fixing across
all supported drivers.
----------------------------------------------------------------
Aishwarya R (2):
wifi: ath12k: Add support for handling incumbent signal interference in 6 GHz
wifi: ath12k: Add debugfs support to simulate incumbent signal interference
Arnd Bergmann (1):
wifi: ath10k: drop gpio_led reference
Daniel Lezcano (2):
wifi: ath: Use the unified QMI service ID instead of defining it locally
wifi: ath: Fix the license marking
Jose Ignacio Tornos Martinez (1):
wifi: ath11k: fix warning when unbinding
Kexin Sun (1):
wifi: ath10k: update outdated comment for renamed ieee80211_tx_status()
Krzysztof Kozlowski (1):
wifi: ath: Unify user-visible "Qualcomm" name
Maharaja Kennadyrajan (5):
wifi: ath12k: handle thermal throttle stats WMI event
wifi: ath12k: configure firmware thermal throttling via WMI
wifi: ath12k: refactor per-radio thermal hwmon setup and cleanup
wifi: ath12k: reorder group start/stop for safe thermal sysfs cleanup
wifi: ath12k: add thermal cooling device support
Nicolas Escande (1):
wifi: ath12k: unify error handling in some ath12k_wmi_xxx() functions
Ripan Deuri (1):
wifi: ath12k: fix error unwind on arch_init() failure in PCI probe
Rosen Penev (4):
wifi: ath9k: use non devm for nvmem_cell_get
wifi: ath9k: owl: move name into owl_nvmem_probe
wifi: ath9k: use kmemdup and kcalloc
wifi: ath12k: use kzalloc_flex
Tamizh Chelvam Raja (1):
wifi: ath12k: Handle DP_RX_DECAP_TYPE_8023 type in Rx path
Tristan Madani (1):
wifi: ath9k: fix OOB access from firmware tx status queue ID
Wei Zhang (1):
wifi: ath11k: cancel SSR work items during PCI shutdown
Yingying Tang (1):
wifi: ath12k: add channel 177 to the 5 GHz channel list
pengdonglin (1):
wifi: ath9k: Remove redundant rcu_read_lock/unlock() in spin_lock
drivers/net/wireless/ath/ath10k/core.h | 1 -
drivers/net/wireless/ath/ath10k/htt_tx.c | 2 +-
drivers/net/wireless/ath/ath10k/leds.c | 8 +-
drivers/net/wireless/ath/ath10k/qmi.c | 4 +-
drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.h | 1 -
drivers/net/wireless/ath/ath11k/Kconfig | 2 +-
drivers/net/wireless/ath/ath11k/dp.c | 1 +
drivers/net/wireless/ath/ath11k/mhi.c | 4 +-
drivers/net/wireless/ath/ath11k/pci.c | 8 +
drivers/net/wireless/ath/ath11k/qmi.c | 3 +-
drivers/net/wireless/ath/ath11k/qmi.h | 1 -
drivers/net/wireless/ath/ath12k/Kconfig | 6 +-
drivers/net/wireless/ath/ath12k/core.c | 50 +-
drivers/net/wireless/ath/ath12k/core.h | 12 +-
drivers/net/wireless/ath/ath12k/debugfs.c | 46 ++
drivers/net/wireless/ath/ath12k/dp_rx.c | 68 ++-
drivers/net/wireless/ath/ath12k/mac.c | 110 +++-
drivers/net/wireless/ath/ath12k/pci.c | 2 +-
drivers/net/wireless/ath/ath12k/qmi.c | 2 +-
drivers/net/wireless/ath/ath12k/qmi.h | 1 -
drivers/net/wireless/ath/ath12k/thermal.c | 252 +++++++--
drivers/net/wireless/ath/ath12k/thermal.h | 35 ++
drivers/net/wireless/ath/ath12k/wmi.c | 565 ++++++++++++++++++++-
drivers/net/wireless/ath/ath12k/wmi.h | 125 ++++-
drivers/net/wireless/ath/ath9k/ar9002_hw.c | 6 +-
.../net/wireless/ath/ath9k/ath9k_pci_owl_loader.c | 31 +-
drivers/net/wireless/ath/ath9k/common-init.c | 8 +-
drivers/net/wireless/ath/ath9k/init.c | 11 +-
drivers/net/wireless/ath/ath9k/recv.c | 4 +-
drivers/net/wireless/ath/ath9k/xmit.c | 7 +-
30 files changed, 1180 insertions(+), 196 deletions(-)
reply other threads:[~2026-05-26 16:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4fe17cef-7cc6-41fc-960a-385366861c52@oss.qualcomm.com \
--to=jeff.johnson@oss.qualcomm.com \
--cc=ath10k@lists.infradead.org \
--cc=ath11k@lists.infradead.org \
--cc=ath12k@lists.infradead.org \
--cc=jjohnson@kernel.org \
--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