aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath12k/wmi.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath12k: fix WMI TLV header misalignmentMiaoqing Pan2025-09-081-1/+1
* wifi: ath12k: Set EMLSR support flag in MLO flags for EML-capable stationsRamya Gnanasekar2025-09-021-0/+1
* wifi: ath12k: Prefer {} to {0} in initializersJeff Johnson2025-07-211-7/+7
* wifi: ath12k: Add support to parse max ext2 wmi service bitTamizh Chelvam Raja2025-07-181-7/+6
* wifi: ath12k: fix endianness handling while accessing wmi service bitTamizh Chelvam Raja2025-07-181-5/+7
* wifi: ath12k: Add support to enqueue management frame at MLD levelSriram R2025-07-141-4/+52
* wifi: ath12k: Refactor macros to use memory profile-based valuesAaradhana Sahu2025-07-141-1/+1
* wifi: ath12k: Remove redundant TID calculation for QCN9274Aaradhana Sahu2025-07-141-1/+0
* wifi: ath12k: support average ack rssi in station dumpSivashankari Madhavan2025-07-111-4/+11
* wifi: ath12k: allow beacon protection keys to be installed in hardwareKarthikeyan Kathirvel2025-07-101-0/+3
* wifi: ath12k: add support for 160 MHz bandwidthPradeep Kumar Chitrapu2025-07-021-1/+6
* wifi: ath12k: clean up 80P80 supportPradeep Kumar Chitrapu2025-07-021-2/+0
* wifi: ath12k: fix timeout while waiting for regulatory update during interfac...Aditya Kumar Singh2025-06-271-1/+1
* wifi: ath12k: Clear auth flag only for actual association in security modeThiraviyam Mariyappan2025-06-261-1/+1
* wifi: ath12k: Add memset and update default rate value in wmi tx completionSarika Sharma2025-06-261-0/+5
* wifi: ath12k: use real noise floor instead of default valueRaj Kumar Bhagat2025-06-261-1/+6
* wifi: ath12k: handle WMI event for real noise floor calculationRaj Kumar Bhagat2025-06-261-0/+226
* wifi: ath12k: handle regulatory hints during mac registrationAditya Kumar Singh2025-06-231-2/+15
* wifi: ath12k: combine channel list for split-phy devices in single-wiphyRameshkumar Sundaram2025-06-231-1/+8
* wifi: ath12k: don't wait when there is no vdev startedBaochen Qiang2025-06-171-3/+7
* wifi: ath12k: don't use static variables in ath12k_wmi_fw_stats_process()Baochen Qiang2025-06-171-9/+5
* wifi: ath12k: avoid burning CPU while waiting for firmware statsBaochen Qiang2025-06-171-3/+4
* wifi: ath12k: support WMI_MLO_LINK_SET_ACTIVE_CMDID commandBaochen Qiang2025-06-171-0/+221
* wifi: ath12k: update freq range for each hardware modeBaochen Qiang2025-06-171-0/+446
* wifi: ath12k: parse and save sbs_lower_band_end_freq from WMI_SERVICE_READY_E...Baochen Qiang2025-06-171-0/+23
* wifi: ath12k: parse and save hardware mode info from WMI_SERVICE_READY_EXT_EV...Baochen Qiang2025-06-171-2/+67
* wifi: ath12k: Avoid CPU busy-wait by handling VDEV_STAT and BCN_STATBjorn Andersson2025-06-171-7/+60
* wifi: ath12k: fix regdomain update failure after 11D scan completesBaochen Qiang2025-05-211-0/+1
* wifi: ath12k: Send MCS15 support to firmware during peer assocMohan Kumar G2025-05-201-2/+6
* wifi: ath12k: fix memory leak in ath12k_service_ready_ext_eventRajat Soni2025-05-191-0/+1
* wifi: ath12k: update EMLSR capabilities of ML StationRamasamy Kaliappan2025-05-161-2/+21
* wifi: ath12k: add handler for WMI_VDEV_SET_TPC_POWER_CMDIDBaochen Qiang2025-05-161-0/+60
* wifi: ath12k: save max transmit power in vdev start response event from firmwareBaochen Qiang2025-05-161-1/+2
* wifi: ath12k: update regulatory rules when interface addedBaochen Qiang2025-05-161-0/+6
* wifi: ath12k: store reg info for later useBaochen Qiang2025-05-161-0/+12
* wifi: ath12k: move reg info handling outsideBaochen Qiang2025-05-161-8/+25
* wifi: ath12k: add support to select 6 GHz regulatory typeBaochen Qiang2025-05-161-1/+2
* wifi: ath12k: refactor ath12k_reg_chan_list_event()Baochen Qiang2025-05-161-97/+8
* wifi: ath12k: fix a possible dead lock caused by ab->base_lockBaochen Qiang2025-05-161-2/+2
* wifi: ath12k: Fix WMI tag for EHT rate in peer assocRamya Gnanasekar2025-04-121-1/+1
* wifi: ath12k: Fix the enabling of REO queue lookup table featureSriram R2025-04-031-2/+6
* wifi: ath12k: add 11d scan offload supportWen Gong2025-04-021-1/+121
* wifi: ath12k: add configure country code for WCN7850Wen Gong2025-04-021-0/+36
* wifi: ath12k: Replace band define G with GHZ where appropriateKarthikeyan Periyasamy2025-03-271-18/+18
* wifi: ath12k: move firmware stats out of debugfsAditya Kumar Singh2025-03-171-21/+78
* wifi: ath12k: Pass correct values of center freq1 and center freq2 for 320 MHzSriram R2025-03-171-1/+9
* wifi: ath12k: Pass correct values of center freq1 and center freq2 for 160 MHzSuraj P Kizhakkethil2025-03-171-3/+13
* Merge tag 'ath-next-20250305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg2025-03-071-17/+1159
|\
| * wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz bandRamasamy Kaliappan2025-02-261-2/+2
| * wifi: ath12k: Add NULL check to validate tpc_statsRoopni Devanathan2025-02-241-3/+6