summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/wmi.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-08wifi: ath12k: fix WMI TLV header misalignmentMiaoqing Pan1-1/+1
2025-09-03wifi: ath12k: Set EMLSR support flag in MLO flags for EML-capable stationsRamya Gnanasekar1-0/+1
2025-07-22wifi: ath12k: Prefer {} to {0} in initializersJeff Johnson1-7/+7
2025-07-18wifi: ath12k: Add support to parse max ext2 wmi service bitTamizh Chelvam Raja1-7/+6
2025-07-18wifi: ath12k: fix endianness handling while accessing wmi service bitTamizh Chelvam Raja1-5/+7
2025-07-14wifi: ath12k: Add support to enqueue management frame at MLD levelSriram R1-4/+52
2025-07-14wifi: ath12k: Refactor macros to use memory profile-based valuesAaradhana Sahu1-1/+1
2025-07-14wifi: ath12k: Remove redundant TID calculation for QCN9274Aaradhana Sahu1-1/+0
2025-07-11wifi: ath12k: support average ack rssi in station dumpSivashankari Madhavan1-4/+11
2025-07-10wifi: ath12k: allow beacon protection keys to be installed in hardwareKarthikeyan Kathirvel1-0/+3
2025-07-02wifi: ath12k: add support for 160 MHz bandwidthPradeep Kumar Chitrapu1-1/+6
2025-07-02wifi: ath12k: clean up 80P80 supportPradeep Kumar Chitrapu1-2/+0
2025-06-27wifi: ath12k: fix timeout while waiting for regulatory update during interfac...Aditya Kumar Singh1-1/+1
2025-06-27wifi: ath12k: Clear auth flag only for actual association in security modeThiraviyam Mariyappan1-1/+1
2025-06-27wifi: ath12k: Add memset and update default rate value in wmi tx completionSarika Sharma1-0/+5
2025-06-27wifi: ath12k: use real noise floor instead of default valueRaj Kumar Bhagat1-1/+6
2025-06-27wifi: ath12k: handle WMI event for real noise floor calculationRaj Kumar Bhagat1-0/+226
2025-06-23wifi: ath12k: handle regulatory hints during mac registrationAditya Kumar Singh1-2/+15
2025-06-23wifi: ath12k: combine channel list for split-phy devices in single-wiphyRameshkumar Sundaram1-1/+8
2025-06-18wifi: ath12k: don't wait when there is no vdev startedBaochen Qiang1-3/+7
2025-06-18wifi: ath12k: don't use static variables in ath12k_wmi_fw_stats_process()Baochen Qiang1-9/+5
2025-06-18wifi: ath12k: avoid burning CPU while waiting for firmware statsBaochen Qiang1-3/+4
2025-06-18wifi: ath12k: support WMI_MLO_LINK_SET_ACTIVE_CMDID commandBaochen Qiang1-0/+221
2025-06-18wifi: ath12k: update freq range for each hardware modeBaochen Qiang1-0/+446
2025-06-18wifi: ath12k: parse and save sbs_lower_band_end_freq from WMI_SERVICE_READY_E...Baochen Qiang1-0/+23
2025-06-18wifi: ath12k: parse and save hardware mode info from WMI_SERVICE_READY_EXT_EV...Baochen Qiang1-2/+67
2025-06-18wifi: ath12k: Avoid CPU busy-wait by handling VDEV_STAT and BCN_STATBjorn Andersson1-7/+60
2025-05-22wifi: ath12k: fix regdomain update failure after 11D scan completesBaochen Qiang1-0/+1
2025-05-20wifi: ath12k: Send MCS15 support to firmware during peer assocMohan Kumar G1-2/+6
2025-05-19wifi: ath12k: fix memory leak in ath12k_service_ready_ext_eventRajat Soni1-0/+1
2025-05-16wifi: ath12k: update EMLSR capabilities of ML StationRamasamy Kaliappan1-2/+21
2025-05-16wifi: ath12k: add handler for WMI_VDEV_SET_TPC_POWER_CMDIDBaochen Qiang1-0/+60
2025-05-16wifi: ath12k: save max transmit power in vdev start response event from firmwareBaochen Qiang1-1/+2
2025-05-16wifi: ath12k: update regulatory rules when interface addedBaochen Qiang1-0/+6
2025-05-16wifi: ath12k: store reg info for later useBaochen Qiang1-0/+12
2025-05-16wifi: ath12k: move reg info handling outsideBaochen Qiang1-8/+25
2025-05-16wifi: ath12k: add support to select 6 GHz regulatory typeBaochen Qiang1-1/+2
2025-05-16wifi: ath12k: refactor ath12k_reg_chan_list_event()Baochen Qiang1-97/+8
2025-05-16wifi: ath12k: fix a possible dead lock caused by ab->base_lockBaochen Qiang1-2/+2
2025-04-12wifi: ath12k: Fix WMI tag for EHT rate in peer assocRamya Gnanasekar1-1/+1
2025-04-03wifi: ath12k: Fix the enabling of REO queue lookup table featureSriram R1-2/+6
2025-04-02wifi: ath12k: add 11d scan offload supportWen Gong1-1/+121
2025-04-02wifi: ath12k: add configure country code for WCN7850Wen Gong1-0/+36
2025-03-28wifi: ath12k: Replace band define G with GHZ where appropriateKarthikeyan Periyasamy1-18/+18
2025-03-17wifi: ath12k: move firmware stats out of debugfsAditya Kumar Singh1-21/+78
2025-03-17wifi: ath12k: Pass correct values of center freq1 and center freq2 for 320 MHzSriram R1-1/+9
2025-03-17wifi: ath12k: Pass correct values of center freq1 and center freq2 for 160 MHzSuraj P Kizhakkethil1-3/+13
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