The following changes since commit 27605c8c0f69e319df156b471974e4e223035378:
Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-06-12 09:50:36 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-current-20250617 for you to fetch changes up to 15d25307692312cec4b57052da73387f91a2e870: wifi: carl9170: do not ping device which has failed to load firmware (2025-06-17 16:28:35 -0700) ---------------------------------------------------------------- ath.git updates for v6.16-rc3 Fix the following 3 issues: wifi: ath12k: avoid burning CPU while waiting for firmware stats wifi: ath12k: don't activate more links than firmware supports wifi: carl9170: do not ping device which has failed to load firmware ---------------------------------------------------------------- Baochen Qiang (10): wifi: ath12k: parse and save hardware mode info from WMI_SERVICE_READY_EXT_EVENTID event for later use wifi: ath12k: parse and save sbs_lower_band_end_freq from WMI_SERVICE_READY_EXT2_EVENTID event wifi: ath12k: update freq range for each hardware mode wifi: ath12k: support WMI_MLO_LINK_SET_ACTIVE_CMDID command wifi: ath12k: update link active in case two links fall on the same MAC wifi: ath12k: don't activate more links than firmware supports wifi: ath12k: fix documentation on firmware stats wifi: ath12k: avoid burning CPU while waiting for firmware stats wifi: ath12k: don't use static variables in ath12k_wmi_fw_stats_process() wifi: ath12k: don't wait when there is no vdev started Bjorn Andersson (1): wifi: ath12k: Avoid CPU busy-wait by handling VDEV_STAT and BCN_STAT Dmitry Antipov (1): wifi: carl9170: do not ping device which has failed to load firmware drivers/net/wireless/ath/ath12k/core.c | 4 +- drivers/net/wireless/ath/ath12k/core.h | 10 +- drivers/net/wireless/ath/ath12k/debugfs.c | 58 --- drivers/net/wireless/ath/ath12k/debugfs.h | 7 - drivers/net/wireless/ath/ath12k/mac.c | 394 +++++++++++++- drivers/net/wireless/ath/ath12k/mac.h | 2 + drivers/net/wireless/ath/ath12k/wmi.c | 829 +++++++++++++++++++++++++++++- drivers/net/wireless/ath/ath12k/wmi.h | 180 ++++++- drivers/net/wireless/ath/carl9170/usb.c | 19 +- 9 files changed, 1395 insertions(+), 108 deletions(-)