pull-request: ath-next-20251103

Jeff Johnson jeff.johnson at oss.qualcomm.com
Mon Nov 3 07:23:59 PST 2025


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(-)



More information about the ath12k mailing list