The following changes since commit c1cacb01f35589bd41360cdb7535afc792c08a7c: Merge tag 'ath-next-20240702' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath (2024-07-03 16:57:16 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git tags/ath-next-20240812 for you to fetch changes up to 89fbe672bd0e5e5c39600fcc7a3bca0b8a212d23: Revert "wifi: ath9k: use devm for request_irq()" (2024-08-10 10:21:58 +0300) ---------------------------------------------------------------- ath.git patches for v6.12 This is a fairly light pull request since ath12k is still working on MLO-related changes, and the other drivers are mostly in maintenance mode with a few cleanups and bug fixes. Major changes: ath12k * DebugFS support for transmit DE stats * Make ASPM support hardware-dependent * Align BSS Channel information command and message with firmware ath11k * Use work queue for beacon tx events ath9k * Use devm for gpio_request_one * Use unmanaged PCI functions in ath9k_pci_owl_loader() ---------------------------------------------------------------- Aditya Kumar Singh (1): wifi: ath12k: restore ASPM for supported hardwares only Baochen Qiang (1): wifi: ath12k: fix invalid AMPDU factor calculation in ath12k_peer_assoc_h_he() Dinesh Karthikeyan (1): wifi: ath12k: Support Transmit DE stats Dmitry Kandybka (1): wifi: ath9k: fix possible integer overflow in ath9k_get_et_stats() Heiner Kallweit (1): wifi: ath9k: use unmanaged PCI functions in ath9k_pci_owl_loader Kang Yang (1): wifi: ath11k: use work queue to process beacon tx event Karthikeyan Periyasamy (2): wifi: ath12k: fix array out-of-bound access in SoC stats wifi: ath11k: fix array out-of-bound access in SoC stats P Praneesh (2): wifi: ath12k: fix BSS chan info request WMI command wifi: ath12k: match WMI BSS chan info structure with firmware definition Rosen Penev (2): wifi: ath9k: use devm for request_irq() wifi: ath9k: use devm for gpio_request_one() Thorsten Blum (1): wifi: ath9k: Use swap() to improve ath9k_hw_get_nf_hist_mid() Toke Høiland-Jørgensen (2): wifi: ath9k: Remove error checks when creating debugfs entries Revert "wifi: ath9k: use devm for request_irq()" drivers/net/wireless/ath/ath11k/core.h | 1 + drivers/net/wireless/ath/ath11k/dp_rx.c | 2 +- drivers/net/wireless/ath/ath11k/mac.c | 12 + drivers/net/wireless/ath/ath11k/wmi.c | 4 +- .../net/wireless/ath/ath12k/debugfs_htt_stats.c | 354 +++++++++++++++++++++ .../net/wireless/ath/ath12k/debugfs_htt_stats.h | 126 ++++++++ drivers/net/wireless/ath/ath12k/dp_rx.c | 2 +- drivers/net/wireless/ath/ath12k/hw.c | 6 + drivers/net/wireless/ath/ath12k/hw.h | 1 + drivers/net/wireless/ath/ath12k/mac.c | 5 +- drivers/net/wireless/ath/ath12k/pci.c | 3 +- drivers/net/wireless/ath/ath12k/wmi.c | 1 + drivers/net/wireless/ath/ath12k/wmi.h | 3 +- .../net/wireless/ath/ath9k/ath9k_pci_owl_loader.c | 8 +- drivers/net/wireless/ath/ath9k/calib.c | 7 +- drivers/net/wireless/ath/ath9k/debug.c | 6 +- drivers/net/wireless/ath/ath9k/htc_drv_debug.c | 2 - drivers/net/wireless/ath/ath9k/hw.c | 6 +- 18 files changed, 521 insertions(+), 28 deletions(-)