summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2024-04-23wifi: ath12k: support suspend/resumeBaochen Qiang7-32/+134
2024-04-23wifi: ath12k: avoid stopping mac80211 queues in ath12k_core_restart()Baochen Qiang1-6/+0
2024-04-23wifi: ath12k: no need to handle pktlog during suspend/resumeBaochen Qiang3-72/+1
2024-04-23wifi: ath12k: flush all packets before suspendBaochen Qiang3-11/+38
2024-04-23wifi: ath12k: decrease MHI channel buffer length to 8KBBaochen Qiang1-1/+1
2024-04-23wifi: ath12k: fix warning on DMA ring capabilities eventBaochen Qiang1-0/+1
2024-04-23wifi: ath12k: do not dump SRNG statistics during resumeBaochen Qiang1-1/+2
2024-04-23wifi: ath12k: remove MHI LOOPBACK channelsBaochen Qiang1-56/+0
2024-04-23wifi: ath12k: rearrange IRQ enable/disable in reset pathBaochen Qiang1-2/+4
2024-04-23wifi: ath12k: fix kernel crash during resumeBaochen Qiang3-6/+26
2024-04-22wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()Karthikeyan Kathirvel1-0/+3
2024-04-22wifi: ath12k: Refactor data path cmem initKarthikeyan Periyasamy1-6/+47
2024-04-22wifi: ath12k: displace the Tx and Rx descriptor in cookie conversion tableKarthikeyan Periyasamy1-2/+2
2024-04-22wifi: ath12k: Refactor the hardware cookie conversion initKarthikeyan Periyasamy2-8/+20
2024-04-22wifi: ath12k: avoid redundant code in Rx cookie conversion initKarthikeyan Periyasamy1-1/+2
2024-04-18wifi: ath12k: don't use %pK in dmesg format stringsJeff Johnson6-13/+13
2024-04-18wifi: ath12k: enable service flag for survey dump statsThiraviyam Mariyappan2-1/+3
2024-04-18wifi: ath12k: enable WIPHY_FLAG_DISABLE_WEXTKalle Valo1-0/+6
2024-04-18wifi: ath11k: Fix error handling in ath11k_wmi_p2p_noa_event()Christophe JAILLET1-12/+6
2024-04-18wifi: ath11k: add support DT ieee80211-freq-limitChristian Lamparter1-0/+1
2024-04-16wifi: ath11k: use RCU when accessing struct inet6_dev::ac_listKalle Valo1-1/+3
2024-04-16wifi: ath12k: dynamically update peer puncturing bitmap for STAKang Yang2-0/+77
2024-04-16wifi: ath12k: fix mac id extraction when MSDU spillover in rx error pathKarthikeyan Periyasamy1-8/+54
2024-04-10wifi: ath12k: support get_survey mac op for single wiphySriram R1-14/+15
2024-04-10wifi: ath12k: Modify rts threshold mac op for single wiphySriram R1-4/+14
2024-04-10wifi: ath12k: Modify set and get antenna mac ops for single wiphySriram R1-13/+26
2024-04-10wifi: ath12k: modify regulatory support for single wiphy architectureSriram R3-9/+48
2024-04-10wifi: ath12k: Add additional checks for vif and sta iteratorsSriram R4-3/+24
2024-04-10wifi: ath12k: Cache vdev configs before vdev createSriram R2-34/+147
2024-04-10wifi: ath12k: fetch correct radio based on vdev statusSriram R1-11/+64
2024-04-10wifi: ath12k: scan statemachine changes for single wiphySriram R1-38/+176
2024-04-10wifi: ath12k: vdev statemachine changes for single wiphySriram R3-61/+141
2024-04-10wifi: ath12k: modify ath12k mac start/stop ops for single wiphySriram R1-12/+31
2024-04-10wifi: ath12k: Modify add and remove chanctx ops for single wiphy supportSriram R2-6/+47
2024-04-10wifi: ath12k: add multiple radio support in a single MAC HW un/registerKarthikeyan Periyasamy3-71/+127
2024-04-09wifi: ath12k: correct the capital word typoKarthikeyan Periyasamy2-3/+3
2024-04-09wifi: ath11k: support hibernationBaochen Qiang8-53/+143
2024-04-08wifi: ath12k: fix link capable flagsKarthikeyan Periyasamy1-0/+2
2024-04-08wifi: ath12k: extend the link capable flagKarthikeyan Periyasamy4-6/+23
2024-04-05wifi: ath10k: support board-specific firmware overridesDmitry Baryshkov3-1/+15
2024-04-04wifi: ath6kl: sdio: simplify module initializationKrzysztof Kozlowski1-19/+1
2024-04-04wifi: wil6210: wmi: Use __counted_by() in struct wmi_set_link_monitor_cmd and...Gustavo A. R. Silva2-13/+8
2024-04-04wifi: wil6210: cfg80211: Use __counted_by() in struct wmi_start_scan_cmd and ...Gustavo A. R. Silva2-13/+10
2024-04-04wifi: ath12k: fix hal_rx_buf_return_buf_manager documentationJeff Johnson1-1/+1
2024-04-04wifi: ath11k: fix hal_rx_buf_return_buf_manager documentationJeff Johnson1-1/+1
2024-04-04wifi: ath9k: work around memset overflow warningArnd Bergmann2-4/+5
2024-04-04wifi: carl9170: re-fix fortified-memset warningArnd Bergmann1-1/+2
2024-04-04wifi: ath12k: fix missing endianness conversion in wmi_vdev_create_cmd()Miaoqing Pan2-9/+9
2024-04-04wifi: ath12k: debugfs: radar simulation supportRamya Gnanasekar1-0/+29
2024-04-04wifi: ath12k: initial debugfs supportRamasamy Kaliappan7-0/+119