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-20251103
Date: Mon, 3 Nov 2025 07:23:59 -0800 [thread overview]
Message-ID: <30db167b-0ebb-40f3-8beb-e3966a4922f0@oss.qualcomm.com> (raw)
The following changes since commit 94aced6ed9e2630bae0b5631e384a5302c4b6783:
Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next (2025-09-26 14:27:28 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-next-20251103
for you to fetch changes up to 059ca8fd692b67a77fb89e9d4e8f57cf08e32b08:
wifi: ath10k: use = {} to initialize bmi_target_info instead of memset (2025-10-30 14:55:08 -0700)
----------------------------------------------------------------
ath.git patches for v6.19
Highlights for some specific drivers include:
ath10k:
Add support for Factory Test TLV commands
ath11k:
Add support for Tx Power insertion
ath12k:
Add support for BSS color change
And of course there is the usual set of cleanups and bug fixes across
the entire family of "ath" drivers.
We do expect to have one more pull request before the v6.19 merge
window to pull in the refactored ath12k driver from the ath12k-ng
branch.
---
Note to maintainers:
There is a trivial conflict between two patches:
From ath-current => wireless => net
9222582ec524 ("Revert "wifi: ath12k: Fix missing station power save configuration"")
From ath-next => wireless-next => net-next
6917e268c433 ("wifi: ath12k: Defer vdev bring-up until CSA finalize to avoid stale beacon")
The resolution is to take both hunks, ordering them in reverse xmas tree style.
----------------------------------------------------------------
Abdun Nihaal (1):
wifi: ath12k: fix potential memory leak in ath12k_wow_arp_ns_offload()
Aditya Kumar Singh (5):
wifi: ath12k: Defer vdev bring-up until CSA finalize to avoid stale beacon
wifi: ath11k: relocate some Tx power related functions in mac.c
wifi: ath11k: wrap ath11k_mac_op_get_txpower() with lock-aware internal helper
wifi: ath11k: add support for Tx Power insertion in RRM action frame
wifi: ath11k: advertise NL80211_FEATURE_TX_POWER_INSERTION
Baochen Qiang (7):
wifi: ath11k: restore register window after global reset
wifi: ath12k: fix VHT MCS assignment
wifi: ath11k: fix VHT MCS assignment
wifi: ath11k: fix peer HE MCS assignment
wifi: ath12k: restore register window after global reset
wifi: ath12k: fix reusing m3 memory
wifi: ath12k: fix error handling in creating hardware group
Dr. David Alan Gilbert (1):
wifi: wcn36xx: Remove unused wcn36xx_smd_update_scan_params
Jeff Johnson (3):
wifi: ath11k: Remove struct wmi_bcn_send_from_host_cmd
wifi: ath12k: Remove struct wmi_bcn_send_from_host_cmd
wifi: ath11k: Correctly use "ab" macro parameter
Kang Yang (1):
wifi: ath10k: move recovery check logic into a new work
Loic Poulain (1):
wifi: ath10k: Support for FTM TLV test commands
Muna Sinada (6):
wifi: ath12k: generalize GI and LTF fixed rate functions
wifi: ath12k: add EHT rate handling to existing set rate functions
wifi: ath12k: Add EHT MCS/NSS rates to Peer Assoc
wifi: ath12k: Add EHT fixed GI/LTF
wifi: ath12k: add EHT rates to ath12k_mac_op_set_bitrate_mask()
wifi: ath12k: Set EHT fixed rates for associated STAs
Pradeep Kumar Chitrapu (1):
wifi: ath12k: fix TX and RX MCS rate configurations in HE mode
Rameshkumar Sundaram (2):
wifi: ath12k: enforce vdev limit in ath12k_mac_vdev_create()
wifi: ath12k: unassign arvif on scan vdev create failure
Sarika Sharma (3):
wifi: ath12k: Fix MSDU buffer types handling in RX error path
wifi: ath12k: track dropped MSDU buffer type packets in REO exception ring
wifi: ath12k: Assert base_lock is held before allocating REO update element
Takashi Iwai (1):
wifi: ath12k: Add MODULE_FIRMWARE() entries
Thiraviyam Mariyappan (1):
wifi: ath12k: Fix NSS value update in ext_rx_stats
Wei Zhang (1):
wifi: ath12k: add support for BSS color change
Zhongqiu Han (2):
wifi: ath10k: use = {} to initialize pm_qos_request instead of memset
wifi: ath10k: use = {} to initialize bmi_target_info instead of memset
drivers/net/wireless/ath/ath10k/core.c | 28 +-
drivers/net/wireless/ath/ath10k/core.h | 6 +-
drivers/net/wireless/ath/ath10k/mac.c | 2 +-
drivers/net/wireless/ath/ath10k/testmode.c | 253 +++++++--
drivers/net/wireless/ath/ath10k/testmode_i.h | 15 +
drivers/net/wireless/ath/ath10k/wmi.h | 19 +-
drivers/net/wireless/ath/ath11k/hal.h | 38 +-
drivers/net/wireless/ath/ath11k/mac.c | 455 +++++++++++-----
drivers/net/wireless/ath/ath11k/pci.c | 20 +-
drivers/net/wireless/ath/ath11k/pci.h | 18 +-
drivers/net/wireless/ath/ath11k/wmi.c | 20 +-
drivers/net/wireless/ath/ath11k/wmi.h | 18 +-
drivers/net/wireless/ath/ath12k/core.c | 22 +-
drivers/net/wireless/ath/ath12k/core.h | 3 +
drivers/net/wireless/ath/ath12k/debugfs.c | 5 +-
drivers/net/wireless/ath/ath12k/dp_mon.c | 19 +-
drivers/net/wireless/ath/ath12k/dp_rx.c | 74 ++-
drivers/net/wireless/ath/ath12k/hal_rx.c | 10 +-
drivers/net/wireless/ath/ath12k/mac.c | 755 ++++++++++++++++++++++-----
drivers/net/wireless/ath/ath12k/mac.h | 14 +-
drivers/net/wireless/ath/ath12k/pci.c | 24 +-
drivers/net/wireless/ath/ath12k/qmi.c | 11 +-
drivers/net/wireless/ath/ath12k/qmi.h | 5 +-
drivers/net/wireless/ath/ath12k/wmi.c | 86 ++-
drivers/net/wireless/ath/ath12k/wmi.h | 55 +-
drivers/net/wireless/ath/ath12k/wow.c | 1 +
drivers/net/wireless/ath/wcn36xx/hal.h | 74 ---
drivers/net/wireless/ath/wcn36xx/smd.c | 60 ---
drivers/net/wireless/ath/wcn36xx/smd.h | 1 -
29 files changed, 1554 insertions(+), 557 deletions(-)
reply other threads:[~2025-11-03 15:24 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=30db167b-0ebb-40f3-8beb-e3966a4922f0@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