summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/wmi.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-17ath11k: add support for BSS color changeJohn Crispin1-2/+76
2021-11-17ath11k: add trace log supportVenkateswara Naralasetty1-0/+4
2021-11-17ath11k: Disabling credit flow for WMI pathP Praneesh1-6/+48
2021-11-15ath11k: send proper txpower and maxregpower values to firmwareP Praneesh1-0/+2
2021-11-15ath11k: avoid unnecessary BH disable lock in STA kickout eventKarthikeyan Periyasamy1-2/+7
2021-11-12ath11k: Clear auth flag only for actual association in security modeRameshkumar Sundaram1-1/+1
2021-11-10ath11k: convert ath11k_wmi_pdev_set_ps_mode() to use enum wmi_sta_ps_modeKalle Valo1-3/+4
2021-10-13ath11k: Identify DFS channel when sending scan channel list commandBaochen Qiang1-0/+2
2021-10-11ath11k: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-4/+4
2021-09-28ath11k: indicate scan complete for scan canceled when scan runningWen Gong1-6/+12
2021-09-28ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUEDWen Gong1-0/+2
2021-09-28ath11k: copy cap info of 6G band under WMI_HOST_WLAN_5G_CAP for WCN6855Wen Gong1-11/+11
2021-09-28ath11k: fix packet drops due to incorrect 6 GHz freq value in rx statusPradeep Kumar Chitrapu1-3/+7
2021-09-28ath11k: Add wmi peer create conf event in wmi_tlv_event_idP Praneesh1-0/+1
2021-09-28ath11k: Add vdev start flag to disable hardware encryptionSeevalamuthu Mariappan1-0/+2
2021-09-28ath11k: Avoid race during regd updatesSriram R1-10/+6
2021-09-28ath11k: Avoid reg rules update during firmware recoverySriram R1-0/+11
2021-09-28ath11k: Update pdev tx and rx firmware statsSriram R1-1/+40
2021-09-28ath11k: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-09-28ath11k: add support for 80P80 and 160 MHz bandwidthP Praneesh1-2/+18
2021-09-28ath11k: add support for setting fixed HE rate/gi/ltfMiles Hu1-2/+2
2021-09-16ath11k: Align bss_chan_info structure with firmwareSeevalamuthu Mariappan1-0/+1
2021-09-16ath11k: Rename atf_config to flag1 in target_resource_configSeevalamuthu Mariappan1-1/+1
2021-05-24ath10k/ath11k: fix spelling mistake "requed" -> "requeued"Colin Ian King1-2/+2
2021-03-09ath11k: Add support for STA to handle beacon missLavanya Suresh1-8/+3
2021-02-24ath11k: fix thermal temperature readPradeep Kumar Chitrapu1-32/+21
2021-02-11ath11k: add support to configure spatial reuse parameter setRajkumar Manoharan1-0/+227
2021-02-04ath11k: remove h from printk format specifierTom Rix1-2/+2
2020-12-17ath11k: add missing null check on allocated skbColin Ian King1-0/+3
2020-12-12ath11k: implement WoW enable and wakeup commandsCarl Huang1-0/+99
2020-12-12ath11k: Fix incorrect tlvs in scan start commandPradeep Kumar Chitrapu1-31/+0
2020-12-12ath11k: put hw to DBS using WMI_PDEV_SET_HW_MODE_CMDIDCarl Huang1-4/+34
2020-12-07ath11k: Ignore resetting peer auth flag in peer assoc cmdSeevalamuthu Mariappan1-3/+7
2020-11-24ath11k: remove "ath11k_mac_get_ar_vdev_stop_status" referencesRitesh Singh1-1/+1
2020-11-24ath11k: peer delete synchronization with firmwareRitesh Singh1-3/+14
2020-11-24ath11k: vdev delete synchronization with firmwareRitesh Singh1-1/+61
2020-11-07ath11k: fix ZERO address in probe requestCarl Huang1-0/+5
2020-11-07ath11k: Fix single phy hw modeKarthikeyan Periyasamy1-3/+0
2020-11-06ath11k: FILS discovery and unsolicited broadcast probe response supportAloka Dixit1-0/+203
2020-10-28ath11k: remove repeated words in comments and warningsKalle Valo1-1/+1
2020-09-29ath11k: Move non-fatal warn logs to dbg levelGovind Singh1-1/+1
2020-09-22ath11k: wmi: remove redundant configuration values from initKalle Valo1-49/+0
2020-09-22ath11k: debugfs: use ath11k_debugfs_ prefixKalle Valo1-1/+1
2020-09-11Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/...David S. Miller1-31/+76
2020-09-11ath11k: add raw mode and software crypto supportVenkateswara Naralasetty1-0/+4
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-2/+2
2020-08-18ath11k: refine the phy_id check in ath11k_reg_chan_list_eventCarl Huang1-1/+6
2020-08-18ath11k: wmi: put hardware to DBS modeCarl Huang1-5/+5
2020-08-18ath11k: initialize wmi config based on hw_paramsCarl Huang1-1/+3
2020-08-18ath11k: force single pdev only for QCA6390Carl Huang1-26/+60