1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/wireless/ath/ath12k
Kalle Valo 3c1f19ab3d ath.git patches for v6.13
This development cycle featured phase 1 of patches to ath12k to
 support the new 802.11be MLO feature, along with other ath12k feature
 patches.  In older drivers, support for some additional devices were
 added. And there was the usual set of bug fixes and cleanups across
 most drivers.
 
 Per-driver highlights:
 
 ath12k
 * Switch to using wiphy_lock() and remove ar->conf_mutex
 * Convert struct ath12k_sta::update_wk to use struct wiphy_work
 * Add phase 1 of 802.11be MLO support
 * Add firmware coredump collection support
 * Add debugfs support for a multitude of statistics
 * Fix host representation of multiple hal_rx structs
 * Fix use-after-free in ath12k_dp_cc_cleanup()
 * Skip Rx TID cleanup for self peer
 * Fix warning and crash when unloading in a VM
 * Convert CE interrupt handling from tasklet to BH workqueue
 * Fix A-MSDU indication in monitor mode
 
 ath11k
 * Fix double free issue during SRNG deinit
 * Enable firmware diagnostic events for WCN6750
 * Fix CE offset address calculation for WCN6750 during SSR
 * Fix stack frame size warning in ath11k_vif_wow_set_wakeups()
 * Document the inputs for ath11k on WCN6855
 
 ath10k
 * Fix multiple stack frame size warnings
 * Fix invalid VHT parameters in supported_vht_mcs_rate_nss* structs
 * Avoid NULL pointer error during SDIO remove
 
 ath5k
 * Add support for Arcadyan ARV45XX AR2417 & Gigaset SX76[23] AR241[34]A
 -----BEGIN PGP SIGNATURE-----
 
 iIoEABYKADIWIQQ/mtSHzPUi16IfDEksFbugiYzLewUCZyJQgxQcampvaG5zb25A
 a2VybmVsLm9yZwAKCRAsFbugiYzLe9sMAQCdkwZjywM92STd/hoiKrrBPWIhs3AM
 9DzFnw5+hFy18wD/Z5WbgMCPoC7hBArRFO50Jf7pdP9LpLQg4S0FUL2cLgw=
 =Hfxd
 -----END PGP SIGNATURE-----

Merge tag 'ath-next-20241030' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath

ath.git patches for v6.13

This development cycle featured phase 1 of patches to ath12k to
support the new 802.11be MLO feature, along with other ath12k feature
patches.  In older drivers, support for some additional devices were
added. And there was the usual set of bug fixes and cleanups across
most drivers.

Per-driver highlights:

ath12k
* Switch to using wiphy_lock() and remove ar->conf_mutex
* Convert struct ath12k_sta::update_wk to use struct wiphy_work
* Add phase 1 of 802.11be MLO support
* Add firmware coredump collection support
* Add debugfs support for a multitude of statistics
* Fix host representation of multiple hal_rx structs
* Fix use-after-free in ath12k_dp_cc_cleanup()
* Skip Rx TID cleanup for self peer
* Fix warning and crash when unloading in a VM
* Convert CE interrupt handling from tasklet to BH workqueue
* Fix A-MSDU indication in monitor mode

ath11k
* Fix double free issue during SRNG deinit
* Enable firmware diagnostic events for WCN6750
* Fix CE offset address calculation for WCN6750 during SSR
* Fix stack frame size warning in ath11k_vif_wow_set_wakeups()
* Document the inputs for ath11k on WCN6855

ath10k
* Fix multiple stack frame size warnings
* Fix invalid VHT parameters in supported_vht_mcs_rate_nss* structs
* Avoid NULL pointer error during SDIO remove

ath5k
* Add support for Arcadyan ARV45XX AR2417 & Gigaset SX76[23] AR241[34]A
2024-10-31 16:03:57 +02:00
..
acpi.c wifi: ath12k: fix ACPI warning when resume 2024-06-11 21:36:22 +03:00
acpi.h wifi: ath12k: ACPI band edge channel power support 2024-04-23 12:29:15 +03:00
ce.c wifi: ath12k: Fix spelling mistakes in warning messages and comments 2023-02-17 18:04:29 +02:00
ce.h wifi: ath12k: convert tasklet to BH workqueue for CE interrupts 2024-10-25 12:22:03 -07:00
core.c wifi: ath12k: Add firmware coredump collection support 2024-10-16 07:43:07 -07:00
core.h wifi: ath12k: fix struct hal_rx_ppdu_start 2024-10-23 10:16:00 -07:00
coredump.c wifi: ath12k: Add firmware coredump collection support 2024-10-16 07:43:07 -07:00
coredump.h wifi: ath12k: Add firmware coredump collection support 2024-10-16 07:43:07 -07:00
dbring.c wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
dbring.h
debug.c wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
debug.h wifi: ath12k: add ATH12K_DBG_WOW log level 2024-06-24 19:31:45 +03:00
debugfs.c wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutex 2024-10-11 07:21:54 -07:00
debugfs.h wifi: ath12k: unregister per pdev debugfs 2024-06-11 21:44:18 +03:00
debugfs_htt_stats.c wifi: ath12k: fix struct hal_rx_ppdu_start 2024-10-23 10:16:00 -07:00
debugfs_htt_stats.h wifi: ath12k: Support BE OFDMA Pdev Rate Stats 2024-10-16 07:43:08 -07:00
dp.c wifi: ath12k: fix warning when unbinding 2024-10-22 07:42:31 -07:00
dp.h wifi: ath12k: prepare vif data structure for MLO handling 2024-10-16 08:36:19 -07:00
dp_mon.c wifi: ath12k: fix A-MSDU indication in monitor mode 2024-10-23 10:16:01 -07:00
dp_mon.h wifi: ath12k: refactor DP Rxdma ring structure 2023-11-29 13:27:07 +02:00
dp_rx.c wifi: ath12k: prepare sta data structure for MLO handling 2024-10-16 08:36:19 -07:00
dp_rx.h wifi: ath12k: prepare vif data structure for MLO handling 2024-10-16 08:36:19 -07:00
dp_tx.c wifi: ath12k: prepare vif data structure for MLO handling 2024-10-16 08:36:19 -07:00
dp_tx.h wifi: ath12k: prepare vif data structure for MLO handling 2024-10-16 08:36:19 -07:00
fw.c wifi: ath12k: Read board id to support split-PHY QCN9274 2024-02-02 14:32:52 +02:00
fw.h wifi: ath12k: Read board id to support split-PHY QCN9274 2024-02-02 14:32:52 +02:00
hal.c wifi: ath12k: remove msdu_end structure for WCN7850 2024-10-22 07:42:31 -07:00
hal.h wifi: ath12k: Refactor idle ring descriptor setup 2024-05-03 16:19:23 +03:00
hal_desc.h wifi: ath12k: fix peer metadata parsing 2024-06-26 18:42:25 +03:00
hal_rx.c wifi: ath12k: add support for BA1024 2024-01-18 07:52:02 +02:00
hal_rx.h wifi: ath12k: fix struct hal_rx_mpdu_start 2024-10-23 10:16:00 -07:00
hal_tx.c
hal_tx.h wifi: ath12k: fix ack signal strength calculation 2024-05-17 09:56:54 +03:00
hif.h wifi: ath12k: Add firmware coredump collection support 2024-10-16 07:43:07 -07:00
htc.c wifi: ath12k: add basic WoW functionalities 2024-06-24 19:31:46 +03:00
htc.h
hw.c wifi: ath12k: Add firmware coredump collection support 2024-10-16 07:43:07 -07:00
hw.h wireless-next patches for v6.12 2024-09-04 17:20:14 -07:00
Kconfig wifi: ath12k: Add firmware coredump collection support 2024-10-16 07:43:07 -07:00
mac.c ath.git patches for v6.13 2024-10-31 16:03:57 +02:00
mac.h wifi: ath12k: prepare vif data structure for MLO handling 2024-10-16 08:36:19 -07:00
Makefile wifi: ath12k: Add firmware coredump collection support 2024-10-16 07:43:07 -07:00
mhi.c wifi: ath12k: Add firmware coredump collection support 2024-10-16 07:43:07 -07:00
mhi.h wifi: ath12k: Add firmware coredump collection support 2024-10-16 07:43:07 -07:00
p2p.c wifi: ath12k: prepare vif data structure for MLO handling 2024-10-16 08:36:19 -07:00
p2p.h wifi: ath12k: prepare vif data structure for MLO handling 2024-10-16 08:36:19 -07:00
pci.c wifi: ath12k: convert tasklet to BH workqueue for CE interrupts 2024-10-25 12:22:03 -07:00
pci.h wifi: ath12k: do not process consecutive RDDM event 2024-05-30 18:51:27 +03:00
peer.c wifi: ath12k: prepare vif data structure for MLO handling 2024-10-16 08:36:19 -07:00
peer.h wifi: ath12k: prepare vif data structure for MLO handling 2024-10-16 08:36:19 -07:00
qmi.c wifi: ath12k: Fix devmem address prefix when logging 2024-05-28 20:42:54 +03:00
qmi.h wifi: ath12k: read single_chip_mlo_support parameter from QMI PHY capability 2024-04-24 18:34:10 +03:00
reg.c wifi: ath12k: Refactor the hardware state 2024-05-03 16:12:14 +03:00
reg.h wifi: ath12k: avoid repeated hw access from ar 2023-12-01 18:04:45 +02:00
rx_desc.h wifi: ath12k: remove msdu_end structure for WCN7850 2024-10-22 07:42:31 -07:00
trace.c
trace.h tracing/treewide: Remove second parameter of __assign_str() 2024-05-22 20:14:47 -04:00
wmi.c wifi: ath12k: prepare vif data structure for MLO handling 2024-10-16 08:36:19 -07:00
wmi.h wifi: ath12k: prepare vif data structure for MLO handling 2024-10-16 08:36:19 -07:00
wow.c wifi: ath12k: prepare vif data structure for MLO handling 2024-10-16 08:36:19 -07:00
wow.h wifi: ath12k: add basic WoW functionalities 2024-06-24 19:31:46 +03:00