summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-2025-02-07' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski6 days2-17/+45
|\
| * Merge tag 'ath-current-20250124' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo2025-01-282-17/+45
| |\
| | * wifi: ath12k: fix handling of 6 GHz rulesAditya Kumar Singh2025-01-242-17/+45
* | | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-281-16/+12
|\ \ \
| * | | carl9170: stop embedding file_operations into their objectsAl Viro2025-01-151-16/+12
| | |/ | |/|
* | | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2025-01-261-1/+1
|\ \ \ | |_|/ |/| |
| * | wifi: ath11k: convert timeouts to secs_to_jiffies()Easwar Hariharan2025-01-121-1/+1
| |/
* | wifi: ath12k: fix key cache handlingAditya Kumar Singh2025-01-141-12/+18
* | wifi: ath12k: Fix uninitialized variable access in ath12k_mac_allocate() func...Karthikeyan Periyasamy2025-01-141-6/+21
* | wifi: ath12k: Remove ath12k_get_num_hw() helper functionKarthikeyan Periyasamy2025-01-143-18/+17
* | wifi: ath12k: Refactor the ath12k_hw get helper function argumentKarthikeyan Periyasamy2025-01-143-11/+11
* | wifi: ath12k: Refactor ath12k_hw set helper function argumentKarthikeyan Periyasamy2025-01-142-4/+4
* | wifi: ath9k: cleanup ath9k_hw_get_nf_hist_mid()Dmitry Antipov2025-01-101-14/+10
* | wifi: ath12k: Support pdev Puncture StatsRajat Soni2025-01-102-0/+139
* | wifi: ath12k: Support AST Entry StatsRoopni Devanathan2025-01-103-0/+86
* | wifi: ath12k: Support Transmit Buffer OFDMA StatsPradeep Kumar Chitrapu2025-01-102-0/+317
* | wifi: ath12k: Support Transmit Rate Buffer StatsPradeep Kumar Chitrapu2025-01-102-0/+127
* | wifi: ath12k: fix tx power, max reg power update to firmwareSathishkumar Muruganandam2025-01-071-3/+3
* | wifi: ath12k: set flag for mgmt no-ack frames in Tx completionRamya Gnanasekar2025-01-071-0/+3
* | wifi: ath12k: Include MLO memory in firmware coredump collectionRaj Kumar Bhagat2025-01-072-0/+4
* | wifi: ath12k: handle radar detection with MLOAditya Kumar Singh2025-01-073-1/+30
* | wifi: ath12k: fix CAC running state during virtual interface startAditya Kumar Singh2025-01-071-10/+13
* | wifi: ath12k: rename CAC_RUNNING flagAditya Kumar Singh2025-01-074-9/+9
* | wifi: ath12k: Fix spelling mistake "requestted" -> "requested"Colin Ian King2024-12-191-1/+1
* | wifi: ath12k: Avoid explicit type cast in monitor status parse handlerKarthikeyan Periyasamy2024-12-191-79/+47
* | wifi: ath12k: Change the Tx monitor SRNG ring IDKarthikeyan Periyasamy2024-12-192-2/+2
* | wifi: ath12k: Remove unused HAL Rx mask in DP monitor pathKarthikeyan Periyasamy2024-12-191-2/+0
* | wifi: ath12k: fix incorrect TID updation in DP monitor status pathKarthikeyan Periyasamy2024-12-191-4/+4
* | wifi: ath12k: Fix the misspelled of hal TLV tag HAL_PHYRX_GENERICHT_SIGKarthikeyan Periyasamy2024-12-191-1/+1
* | wifi: ath12k: cleanup Rx peer statistics structureKarthikeyan Periyasamy2024-12-191-4/+0
* | wifi: ath12k: Refactor monitor status TLV structureKarthikeyan Periyasamy2024-12-191-4/+8
* | wifi: ath12k: Add documentation HTT_H2T_MSG_TYPE_RX_RING_SELECTION_CFGKarthikeyan Periyasamy2024-12-191-4/+10
* | wifi: ath12k: Decrease ath12k_mac_station_assoc() stack usageJeff Johnson2024-12-191-5/+9
* | wifi: ath12k: Decrease ath12k_sta_rc_update_wk() stack usageJeff Johnson2024-12-191-5/+9
* | wifi: ath12k: Decrease ath12k_bss_assoc() stack usageJeff Johnson2024-12-191-3/+7
* | wifi: ath12k: Decrease ath12k_mac_op_remain_on_channel() stack usageJeff Johnson2024-12-191-44/+34
* | wifi: ath12k: Add support for parsing 64-bit TLVsP Praneesh2024-12-192-7/+9
* | wifi: ath9k: simplify internal time managementDmitry Antipov2024-12-196-43/+28
* | wifi: ath9k: cleanup a few (mostly) TX-related routinesDmitry Antipov2024-12-193-26/+22
* | wifi: ath9k: cleanup ath_txq_skb_done()Dmitry Antipov2024-12-191-6/+6
* | wifi: ath12k: advertise MLO support and capabilitiesRameshkumar Sundaram2024-12-164-1/+19
* | wifi: ath12k: assign unique hardware link IDs during QMI host capAditya Kumar Singh2024-12-162-1/+36
* | wifi: ath12k: add ATH12K_FW_FEATURE_MLO capability firmware featureAditya Kumar Singh2024-12-162-3/+34
* | wifi: ath12k: remove warning print in htt mlo offset event messageAditya Kumar Singh2024-12-161-1/+5
* | wifi: ath12k: add no-op without debug print in WMI Rx eventAditya Kumar Singh2024-12-162-7/+18
* | wifi: ath12k: add can_activate_links mac operationAditya Kumar Singh2024-12-161-0/+23
* | wifi: ath12k: symmetrize scan vdev creation and deletion during HW scanAditya Kumar Singh2024-12-163-27/+99
* | wifi: ath12k: pass link ID during MLO while delivering skbAditya Kumar Singh2024-12-164-1/+17
* | wifi: ath12k: fix ar->supports_6ghz usage during hw registerAditya Kumar Singh2024-12-161-3/+6
* | wifi: ath12k: fix ath12k_qmi_alloc_chunk() to handle too large allocationsAditya Kumar Singh2024-12-161-1/+9