summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorLines
2025-02-10Merge tag 'wireless-2025-02-07' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-17/+45
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-16/+12
2025-01-28Merge tag 'ath-current-20250124' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo-17/+45
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2025-01-24wifi: ath12k: fix handling of 6 GHz rulesAditya Kumar Singh-17/+45
2025-01-15carl9170: stop embedding file_operations into their objectsAl Viro-16/+12
2025-01-14wifi: ath12k: fix key cache handlingAditya Kumar Singh-12/+18
2025-01-14wifi: ath12k: Fix uninitialized variable access in ath12k_mac_allocate() func...Karthikeyan Periyasamy-6/+21
2025-01-14wifi: ath12k: Remove ath12k_get_num_hw() helper functionKarthikeyan Periyasamy-18/+17
2025-01-14wifi: ath12k: Refactor the ath12k_hw get helper function argumentKarthikeyan Periyasamy-11/+11
2025-01-14wifi: ath12k: Refactor ath12k_hw set helper function argumentKarthikeyan Periyasamy-4/+4
2025-01-12wifi: ath11k: convert timeouts to secs_to_jiffies()Easwar Hariharan-1/+1
2025-01-10wifi: ath9k: cleanup ath9k_hw_get_nf_hist_mid()Dmitry Antipov-14/+10
2025-01-10wifi: ath12k: Support pdev Puncture StatsRajat Soni-0/+139
2025-01-10wifi: ath12k: Support AST Entry StatsRoopni Devanathan-0/+86
2025-01-10wifi: ath12k: Support Transmit Buffer OFDMA StatsPradeep Kumar Chitrapu-0/+317
2025-01-10wifi: ath12k: Support Transmit Rate Buffer StatsPradeep Kumar Chitrapu-0/+127
2025-01-07wifi: ath12k: fix tx power, max reg power update to firmwareSathishkumar Muruganandam-3/+3
2025-01-07wifi: ath12k: set flag for mgmt no-ack frames in Tx completionRamya Gnanasekar-0/+3
2025-01-07wifi: ath12k: Include MLO memory in firmware coredump collectionRaj Kumar Bhagat-0/+4
2025-01-07wifi: ath12k: handle radar detection with MLOAditya Kumar Singh-1/+30
2025-01-07wifi: ath12k: fix CAC running state during virtual interface startAditya Kumar Singh-10/+13
2025-01-07wifi: ath12k: rename CAC_RUNNING flagAditya Kumar Singh-9/+9
2024-12-19wifi: ath12k: Fix spelling mistake "requestted" -> "requested"Colin Ian King-1/+1
2024-12-19wifi: ath12k: Avoid explicit type cast in monitor status parse handlerKarthikeyan Periyasamy-79/+47
2024-12-19wifi: ath12k: Change the Tx monitor SRNG ring IDKarthikeyan Periyasamy-2/+2
2024-12-19wifi: ath12k: Remove unused HAL Rx mask in DP monitor pathKarthikeyan Periyasamy-2/+0
2024-12-19wifi: ath12k: fix incorrect TID updation in DP monitor status pathKarthikeyan Periyasamy-4/+4
2024-12-19wifi: ath12k: Fix the misspelled of hal TLV tag HAL_PHYRX_GENERICHT_SIGKarthikeyan Periyasamy-1/+1
2024-12-19wifi: ath12k: cleanup Rx peer statistics structureKarthikeyan Periyasamy-4/+0
2024-12-19wifi: ath12k: Refactor monitor status TLV structureKarthikeyan Periyasamy-4/+8
2024-12-19wifi: ath12k: Add documentation HTT_H2T_MSG_TYPE_RX_RING_SELECTION_CFGKarthikeyan Periyasamy-4/+10
2024-12-19wifi: ath12k: Decrease ath12k_mac_station_assoc() stack usageJeff Johnson-5/+9
2024-12-19wifi: ath12k: Decrease ath12k_sta_rc_update_wk() stack usageJeff Johnson-5/+9
2024-12-19wifi: ath12k: Decrease ath12k_bss_assoc() stack usageJeff Johnson-3/+7
2024-12-19wifi: ath12k: Decrease ath12k_mac_op_remain_on_channel() stack usageJeff Johnson-44/+34
2024-12-19wifi: ath12k: Add support for parsing 64-bit TLVsP Praneesh-7/+9
2024-12-19wifi: ath9k: simplify internal time managementDmitry Antipov-43/+28
2024-12-19wifi: ath9k: cleanup a few (mostly) TX-related routinesDmitry Antipov-26/+22
2024-12-19wifi: ath9k: cleanup ath_txq_skb_done()Dmitry Antipov-6/+6
2024-12-16wifi: ath12k: advertise MLO support and capabilitiesRameshkumar Sundaram-1/+19
2024-12-16wifi: ath12k: assign unique hardware link IDs during QMI host capAditya Kumar Singh-1/+36
2024-12-16wifi: ath12k: add ATH12K_FW_FEATURE_MLO capability firmware featureAditya Kumar Singh-3/+34
2024-12-16wifi: ath12k: remove warning print in htt mlo offset event messageAditya Kumar Singh-1/+5
2024-12-16wifi: ath12k: add no-op without debug print in WMI Rx eventAditya Kumar Singh-7/+18
2024-12-16wifi: ath12k: add can_activate_links mac operationAditya Kumar Singh-0/+23
2024-12-16wifi: ath12k: symmetrize scan vdev creation and deletion during HW scanAditya Kumar Singh-27/+99
2024-12-16wifi: ath12k: pass link ID during MLO while delivering skbAditya Kumar Singh-1/+17
2024-12-16wifi: ath12k: fix ar->supports_6ghz usage during hw registerAditya Kumar Singh-3/+6
2024-12-16wifi: ath12k: fix ath12k_qmi_alloc_chunk() to handle too large allocationsAditya Kumar Singh-1/+9