Hi, Just a quick couple of fixes as described below. Part of the reason to send them now is that Jeff wants to have them in -next to avoid conflicts later. Please pull and let us know if there's any problem. Thanks, johannes The following changes since commit 2c7e4a2663a1ab5a740c59c31991579b6b865a26: Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-06-05 12:34:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2025-06-12 for you to fetch changes up to f87586598fffac31afc1141471b789251b030a76: wifi: cfg80211: use kfree_sensitive() for connkeys cleanup (2025-06-11 11:36:56 +0200) ---------------------------------------------------------------- Another quick round of updates: - revert mwifiex HT40 that was causing issues - many ath10k/ath11k/ath12k fixes - re-add some iwlwifi code I lost in a merge - use kfree_sensitive() on an error path in cfg80211 ---------------------------------------------------------------- Baochen Qiang (8): wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request() wifi: ath11k: don't use static variables in ath11k_debugfs_fw_stats_process() wifi: ath11k: don't wait when there is no vdev started wifi: ath11k: move some firmware stats related functions outside of debugfs wifi: ath11k: adjust unlock sequence in ath11k_update_stats_event() wifi: ath11k: move locking outside of ath11k_mac_get_fw_stats() wifi: ath11k: consistently use ath11k_mac_get_fw_stats() wifi: ath12k: fix GCC_GCC_PCIE_HOT_RST definition for WCN7850 Casey Connolly (1): ath10k: snoc: fix unbalanced IRQ enable in crash recovery Emmanuel Grumbach (1): wifi: iwlwifi: fix merge damage related to iwl_pci_resume Francesco Dolcini (1): Revert "wifi: mwifiex: Fix HT40 bandwidth issue." Jeff Johnson (1): wifi: ath12k: Fix hal_reo_cmd_status kernel-doc Johannes Berg (1): Merge tag 'ath-current-20250608' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath Loic Poulain (1): wifi: ath10k: Avoid vdev delete timeout when firmware is already down Miaoqing Pan (1): wifi: ath12k: fix uaf in ath12k_core_init() Rodrigo Gobbi (1): wifi: ath11k: validate ath11k_crypto_mode on top of ath11k_core_qmi_firmware_ready Sebastian Gottschall (1): wil6210: fix support for sparrow chipsets Zilin Guan (1): wifi: cfg80211: use kfree_sensitive() for connkeys cleanup drivers/net/wireless/ath/ath10k/mac.c | 33 ++++-- drivers/net/wireless/ath/ath10k/snoc.c | 4 +- drivers/net/wireless/ath/ath11k/core.c | 29 ++--- drivers/net/wireless/ath/ath11k/core.h | 4 +- drivers/net/wireless/ath/ath11k/debugfs.c | 148 +++----------------------- drivers/net/wireless/ath/ath11k/debugfs.h | 10 +- drivers/net/wireless/ath/ath11k/mac.c | 127 ++++++++++++++-------- drivers/net/wireless/ath/ath11k/mac.h | 4 +- drivers/net/wireless/ath/ath11k/wmi.c | 49 +++++++-- drivers/net/wireless/ath/ath12k/core.c | 10 +- drivers/net/wireless/ath/ath12k/hal.h | 3 +- drivers/net/wireless/ath/ath12k/hw.c | 6 ++ drivers/net/wireless/ath/ath12k/hw.h | 2 + drivers/net/wireless/ath/ath12k/pci.c | 6 +- drivers/net/wireless/ath/ath12k/pci.h | 4 +- drivers/net/wireless/ath/wil6210/interrupt.c | 26 +++-- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 24 ++++- drivers/net/wireless/marvell/mwifiex/11n.c | 6 +- net/wireless/nl80211.c | 2 +- 19 files changed, 251 insertions(+), 246 deletions(-)