The following changes since commit c30e188bd2a886258be5facb970a804d8ef549b5:
Merge tag 'iwlwifi-next-2026-01-21' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next (2026-01-27 13:54:12 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-next-20260202 for you to fetch changes up to 2c1ba9c2adf0fda96eaaebd8799268a7506a8fc9: wifi: ath12k: clear stale link mapping of ahvif->links_map (2026-01-30 07:12:38 -0800) ---------------------------------------------------------------- ath.git patches for v6.20/v7.0 (#3) A set of small features and cleanups for the next merge window. ---------------------------------------------------------------- Aaradhana Sahu (4): wifi: ath12k: Fix index decrement when array_len is zero wifi: ath12k: Add support RX PDEV stats wifi: ath12k: Add support TX hardware queue stats wifi: ath12k: clear stale link mapping of ahvif->links_map Dmitry Baryshkov (1): wifi: ath10k: snoc: support powering on the device via pwrseq Miaoqing Pan (2): wifi: ath11k: add usecase firmware handling based on device compatible dt-bindings: net: wireless: ath11k-pci: deprecate 'firmware-name' property Wei Zhang (2): wifi: ath12k: add WMI support for spatial reuse parameter configuration wifi: ath12k: support OBSS PD configuration for AP mode Ziyi Guo (2): wifi: ath10k: fix lock protection in ath10k_wmi_event_peer_sta_ps_state_chg() wifi: ath10k: sdio: add missing lock protection in ath10k_sdio_fw_crashed_dump() .../bindings/net/wireless/qcom,ath11k-pci.yaml | 1 + drivers/net/wireless/ath/ath10k/sdio.c | 6 + drivers/net/wireless/ath/ath10k/snoc.c | 53 +++++- drivers/net/wireless/ath/ath10k/snoc.h | 3 + drivers/net/wireless/ath/ath10k/wmi.c | 4 +- drivers/net/wireless/ath/ath11k/core.c | 27 +++ drivers/net/wireless/ath/ath11k/core.h | 4 + .../net/wireless/ath/ath12k/debugfs_htt_stats.c | 197 ++++++++++++++++++++- .../net/wireless/ath/ath12k/debugfs_htt_stats.h | 81 +++++++++ drivers/net/wireless/ath/ath12k/mac.c | 174 +++++++++++++++++- drivers/net/wireless/ath/ath12k/mac.h | 3 + drivers/net/wireless/ath/ath12k/wmi.c | 142 +++++++++++++++ drivers/net/wireless/ath/ath12k/wmi.h | 47 +++++ 13 files changed, 730 insertions(+), 12 deletions(-)
