summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-05wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850Baochen Qiang1-0/+1
2024-07-03Merge tag 'ath-next-20240702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-42/+260
2024-06-26wifi: ath12k: Fix pdev id sent to firmware for single phy devicesLingbo Kong1-0/+76
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach1-1/+1
2024-06-24wifi: ath12k: handle keepalive during WoWLAN suspend and resumeBaochen Qiang1-0/+31
2024-06-24wifi: ath12k: support GTK rekey offloadBaochen Qiang1-0/+38
2024-06-24wifi: ath12k: support ARP and NS offloadBaochen Qiang1-0/+1
2024-06-24wifi: ath12k: add WoW net-detect functionalityBaochen Qiang1-0/+12
2024-06-24wifi: ath12k: add basic WoW functionalitiesBaochen Qiang1-0/+14
2024-06-19wifi: ath12k: fix mbssid max interface advertisementKarthikeyan Periyasamy1-1/+4
2024-06-19wifi: ath12k: fix firmware crash due to invalid peer nssAjith C1-0/+5
2024-06-19wifi: ath12k: fix legacy peer association due to missing HT or 6 GHz capabili...Pradeep Kumar Chitrapu1-3/+6
2024-06-19wifi: ath12k: fix uninitialize symbol error on ath12k_peer_assoc_h_he()Aaradhana Sahu1-1/+3
2024-06-19wifi: ath12k: fix NULL pointer access in ath12k_mac_op_get_survey()Aaradhana Sahu1-4/+0
2024-06-17wifi: ath12k: Remove unused ath12k_base from ath12k_hwHarshitha Prem1-1/+0
2024-06-17wifi: ath12k: Fix WARN_ON during firmware crash in split-phyAaradhana Sahu1-23/+0
2024-06-11wifi: ath12k: unregister per pdev debugfsAditya Kumar Singh1-1/+6
2024-06-11wifi: ath12k: fix per pdev debugfs registrationAditya Kumar Singh1-2/+2
2024-06-11wifi: ath12k: modify remain on channel for single wiphyRameshkumar Sundaram1-6/+62
2024-06-03wifi: ath12k: add hw_link_id in ath12k_pdevKarthikeyan Periyasamy1-1/+1
2024-05-16wifi: ath12k: remove redundant peer delete for WCN7850Kang Yang1-5/+0
2024-05-16wifi: ath12k: skip sending vdev down for channel switchAloka Dixit1-26/+3
2024-05-16wifi: ath12k: add EMA beacon supportAloka Dixit1-1/+54
2024-05-16wifi: ath12k: add MBSSID beacon supportAloka Dixit1-4/+93
2024-05-16wifi: ath12k: refactor arvif security parameter configurationAloka Dixit1-12/+21
2024-05-16wifi: ath12k: configure MBSSID parameters in AP modeAloka Dixit1-1/+14
2024-05-16wifi: ath12k: create a structure for WMI vdev up parametersAloka Dixit1-7/+23
2024-05-16wifi: ath12k: configure MBSSID params in vdev create/startAloka Dixit1-6/+60
2024-05-16wifi: ath12k: advertise driver capabilities for MBSSID and EMAAloka Dixit1-0/+7
2024-05-16wifi: ath12k: support SMPS configuration for 6 GHzPradeep Kumar Chitrapu1-8/+18
2024-05-16wifi: ath12k: refactor SMPS configurationPradeep Kumar Chitrapu1-13/+19
2024-05-16wifi: ath12k: add 6 GHz params in peer assoc commandPradeep Kumar Chitrapu1-1/+56
2024-05-16wifi: ath12k: fix survey dump collection in 6 GHzPradeep Kumar Chitrapu1-0/+11
2024-05-16wifi: ath12k: add channel 2 into 6 GHz channel listPradeep Kumar Chitrapu1-0/+4
2024-05-07wifi: ath12k: remove invalid peer create logicKang Yang1-16/+0
2024-05-07wifi: ath12k: avoid duplicated vdev downKang Yang1-4/+0
2024-05-07wifi: ath12k: avoid duplicated vdev stopKang Yang1-1/+2
2024-05-07wifi: ath12k: remove unused variable monitor_flagsKang Yang1-9/+1
2024-05-03wifi: ath12k: Add lock to protect the hardware stateKarthikeyan Periyasamy1-0/+16
2024-05-03wifi: ath12k: Refactor the hardware stateKarthikeyan Periyasamy1-28/+33
2024-05-03wifi: ath12k: Refactor the hardware recovery procedureKarthikeyan Periyasamy1-7/+16
2024-05-02wifi: ath12k: fix the problem that down grade phy mode operationLingbo Kong1-3/+13
2024-04-24wifi: ath12k: add support to handle beacon miss for WCN7850Kang Yang1-1/+74
2024-04-23wifi: ath12k: flush all packets before suspendBaochen Qiang1-6/+22
2024-04-18wifi: ath12k: don't use %pK in dmesg format stringsJeff Johnson1-5/+5
2024-04-18wifi: ath12k: enable WIPHY_FLAG_DISABLE_WEXTKalle Valo1-0/+6
2024-04-16wifi: ath12k: dynamically update peer puncturing bitmap for STAKang Yang1-0/+61
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