summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/wmi.c
AgeCommit message (Expand)AuthorFilesLines
5 dayswifi: ath12k: fix endianness handling while accessing wmi service bitTamizh Chelvam Raja1-5/+7
5 dayswifi: ath12k: Clear auth flag only for actual association in security modeThiraviyam Mariyappan1-1/+1
2025-06-27wifi: ath12k: Pass correct values of center freq1 and center freq2 for 160 MHzSuraj P Kizhakkethil1-3/+13
2025-06-27wifi: ath12k: Fix the enabling of REO queue lookup table featureSriram R1-2/+6
2025-06-27wifi: ath12k: fix a possible dead lock caused by ab->base_lockBaochen Qiang1-2/+2
2025-06-19wifi: ath12k: fix memory leak in ath12k_service_ready_ext_eventRajat Soni1-0/+1
2025-06-19wifi: ath12k: Replace band define G with GHZ where appropriateKarthikeyan Periyasamy1-18/+18
2025-06-19wifi: ath12k: Fix WMI tag for EHT rate in peer assocRamya Gnanasekar1-1/+1
2025-03-07Merge tag 'ath-next-20250305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg1-17/+1159
2025-02-26wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz bandRamasamy Kaliappan1-2/+2
2025-02-24wifi: ath12k: Add NULL check to validate tpc_statsRoopni Devanathan1-3/+6
2025-02-04wifi: ath12k: Add Support to Parse TPC Event from FirmwareSowmiya Sree Elavalagan1-0/+451
2025-02-04wifi: ath12k: prevent CSA counter to reach 0 and hit WARN_ON_ONCEAditya Kumar Singh1-3/+16
2025-02-04wifi: ath12k: update the latest CSA counterAditya Kumar Singh1-8/+13
2025-02-04wifi: ath12k: fix handling of CSA offsets in beacon template commandAditya Kumar Singh1-3/+20
2025-02-04wifi: ath12k: update beacon template function to use arvif structureAditya Kumar Singh1-1/+3
2025-01-28Merge tag 'ath-current-20250124' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo1-16/+45
2025-01-26wifi: ath12k: Request pdev stats from firmwareRamya Gnanasekar1-0/+256
2025-01-26wifi: ath12k: Request beacon stats from firmwareRamya Gnanasekar1-0/+71
2025-01-26wifi: ath12k: Request vdev stats from firmwareRamya Gnanasekar1-0/+155
2025-01-26wifi: ath12k: encode max Tx power in scan channel list commandSathishkumar Muruganandam1-0/+2
2025-01-26wifi: ath12k: report station mode signal strengthLingbo Kong1-0/+132
2025-01-24wifi: ath12k: fix handling of 6 GHz rulesAditya Kumar Singh1-16/+45
2025-01-22wifi: ath12k: add factory test mode supportAaradhana Sahu1-1/+36
2025-01-22wifi: ath12k: export ath12k_wmi_tlv_hdr for testmodeAaradhana Sahu1-2/+2
2025-01-08wifi: ath12k: set flag for mgmt no-ack frames in Tx completionRamya Gnanasekar1-0/+3
2025-01-08wifi: ath12k: handle radar detection with MLOAditya Kumar Singh1-1/+11
2025-01-08wifi: ath12k: rename CAC_RUNNING flagAditya Kumar Singh1-1/+1
2024-12-16wifi: ath12k: advertise MLO support and capabilitiesRameshkumar Sundaram1-0/+3
2024-12-16wifi: ath12k: add no-op without debug print in WMI Rx eventAditya Kumar Singh1-7/+13
2024-12-16wifi: ath12k: symmetrize scan vdev creation and deletion during HW scanAditya Kumar Singh1-1/+2
2024-12-16wifi: ath12k: enable MLO setup and teardown from coreKarthikeyan Periyasamy1-0/+3
2024-12-16wifi: ath12k: Add MLO WMI setup and teardown functionsBhagavathi Perumal S1-0/+177
2024-12-11wifi: ath12k: Off by one in ath12k_wmi_process_csa_switch_count_event()Dan Carpenter1-1/+1
2024-11-25wifi: ath12k: Use mac80211 vif's link_conf instead of bss_confSriram R1-1/+15
2024-11-06wifi: ath12k: Add MLO peer assoc command supportSriram R1-6/+73
2024-11-06wifi: ath12k: add multi-link flag in peer create commandSriram R1-4/+23
2024-11-06wifi: ath12k: MLO vdev bringup changesSriram R1-2/+83
2024-10-16wifi: ath12k: prepare vif data structure for MLO handlingSriram R1-10/+12
2024-09-19wifi: ath12k: make read-only array svc_id static constColin Ian King1-3/+5
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh1-1/+1
2024-08-07wifi: ath12k: fix BSS chan info request WMI commandP Praneesh1-0/+1
2024-06-26wifi: ath12k: fix peer metadata parsingKarthikeyan Periyasamy1-2/+4
2024-06-24wifi: ath12k: handle keepalive during WoWLAN suspend and resumeBaochen Qiang1-0/+38
2024-06-24wifi: ath12k: support GTK rekey offloadBaochen Qiang1-0/+112
2024-06-24wifi: ath12k: support ARP and NS offloadBaochen Qiang1-0/+148
2024-06-24wifi: ath12k: implement hardware data filterBaochen Qiang1-0/+31
2024-06-24wifi: ath12k: add WoW net-detect functionalityBaochen Qiang1-0/+145
2024-06-24wifi: ath12k: add basic WoW functionalitiesBaochen Qiang1-0/+143
2024-06-24wifi: ath12k: implement WoW enable and wakeup commandsBaochen Qiang1-0/+105