* pull-request: ath-next-20260303
@ 2026-03-03 16:27 Jeff Johnson
2026-03-03 16:34 ` Jeff Johnson
0 siblings, 1 reply; 3+ messages in thread
From: Jeff Johnson @ 2026-03-03 16:27 UTC (permalink / raw)
To: linux-wireless, Johannes Berg; +Cc: ath10k, ath11k, ath12k, jjohnson
The following changes since commit 8bf22c33e7a172fbc72464f4cc484d23a6b412ba:
Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2026-02-19 10:39:08 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-next-20260303
for you to fetch changes up to cf7cbf97c630c3414302945617b8ac405e2b0dd7:
wifi: ath12k: Remove the unused argument from the Rx data path (2026-03-02 13:02:05 -0800)
----------------------------------------------------------------
ath.git patches for v7.1 (PR #1)
For ath12k:
Add basic hwmon temperature reporting.
Enable monitor mode on IPQ5332.
Also a few small cleanups and bug fixes across ath drivers.
----------------------------------------------------------------
Aaradhana Sahu (1):
wifi: ath12k: Enable monitor mode support on IPQ5332
Alejandro Colomar (1):
wifi: ath9k: Fix typo
Baochen Qiang (1):
wifi: ath12k: fix indentation in ath12k_qmi_aux_uc_load()
Bjorn Andersson (1):
wifi: ath11k: Silence remoteproc probe deferral prints
Karthikeyan Periyasamy (1):
wifi: ath12k: Remove the unused argument from the Rx data path
Maharaja Kennadyrajan (1):
wifi: ath12k: add basic hwmon temperature reporting
Ramya Gnanasekar (1):
wifi: ath12k: Set up MLO after SSR
Zilin Guan (1):
wifi: ath11k: fix memory leaks in beacon template setup
drivers/net/wireless/ath/ath11k/ahb.c | 10 +--
drivers/net/wireless/ath/ath11k/mac.c | 28 +++---
drivers/net/wireless/ath/ath12k/Makefile | 1 +
drivers/net/wireless/ath/ath12k/core.c | 23 ++++-
drivers/net/wireless/ath/ath12k/core.h | 3 +
drivers/net/wireless/ath/ath12k/dp_rx.c | 2 -
drivers/net/wireless/ath/ath12k/dp_rx.h | 2 -
drivers/net/wireless/ath/ath12k/mac.c | 4 +
drivers/net/wireless/ath/ath12k/qmi.c | 2 +-
drivers/net/wireless/ath/ath12k/thermal.c | 124 ++++++++++++++++++++++++++
drivers/net/wireless/ath/ath12k/thermal.h | 40 +++++++++
drivers/net/wireless/ath/ath12k/wifi7/dp_rx.c | 25 +++---
drivers/net/wireless/ath/ath12k/wifi7/hw.c | 4 +-
drivers/net/wireless/ath/ath12k/wmi.c | 57 ++++++------
drivers/net/wireless/ath/ath9k/ath9k.h | 2 +-
15 files changed, 255 insertions(+), 72 deletions(-)
create mode 100644 drivers/net/wireless/ath/ath12k/thermal.c
create mode 100644 drivers/net/wireless/ath/ath12k/thermal.h
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: pull-request: ath-next-20260303
2026-03-03 16:27 pull-request: ath-next-20260303 Jeff Johnson
@ 2026-03-03 16:34 ` Jeff Johnson
2026-03-04 11:34 ` Johannes Berg
0 siblings, 1 reply; 3+ messages in thread
From: Jeff Johnson @ 2026-03-03 16:34 UTC (permalink / raw)
To: Johannes Berg; +Cc: linux-wireless
On 3/3/2026 8:27 AM, Jeff Johnson wrote:
> The following changes since commit 8bf22c33e7a172fbc72464f4cc484d23a6b412ba:
>
> Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2026-02-19 10:39:08 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-next-20260303
>
> for you to fetch changes up to cf7cbf97c630c3414302945617b8ac405e2b0dd7:
>
> wifi: ath12k: Remove the unused argument from the Rx data path (2026-03-02 13:02:05 -0800)
>
> ----------------------------------------------------------------
> ath.git patches for v7.1 (PR #1)
>
> For ath12k:
> Add basic hwmon temperature reporting.
> Enable monitor mode on IPQ5332.
>
> Also a few small cleanups and bug fixes across ath drivers.
FYI the reason for the early PR is that I made the mistake of pulling some
patches into ath-next before I realized that Kees & Linux had applied the
treewide kmalloc_obj() feature, so now I need to merge so I can then fast
forward to wireless-next/main to pick that up. I don't want to take any more
ath-next changes until that is in place.
/jeff
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: pull-request: ath-next-20260303
2026-03-03 16:34 ` Jeff Johnson
@ 2026-03-04 11:34 ` Johannes Berg
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Berg @ 2026-03-04 11:34 UTC (permalink / raw)
To: Jeff Johnson; +Cc: linux-wireless
Hi,
On Tue, 2026-03-03 at 08:34 -0800, Jeff Johnson wrote:
> > git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-next-20260303
I'm almost surprised this even still works, don't you use https://?
>
> FYI the reason for the early PR is that I made the mistake of pulling some
> patches into ath-next before I realized that Kees & Linux had applied the
> treewide kmalloc_obj() feature, so now I need to merge so I can then fast
> forward to wireless-next/main to pick that up. I don't want to take any more
> ath-next changes until that is in place.
Sure, that's fine, I often send almost a PR per week, so should be happy
to accept that too :)
johannes
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-04 11:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03 16:27 pull-request: ath-next-20260303 Jeff Johnson
2026-03-03 16:34 ` Jeff Johnson
2026-03-04 11:34 ` Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox