summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/wmi.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-27ath11k: avoid deadlock by change ieee80211_queue_work for regd_update_workWen Gong1-1/+1
2022-01-27ath11k: clear the keys properly via DISABLE_KEYKarthikeyan Kathirvel1-1/+2
2022-01-16ath11k: Fix buffer overflow when scanning with extraieSven Eckelmann1-3/+3
2021-11-18ath11k: fix packet drops due to incorrect 6 GHz freq value in rx statusPradeep Kumar Chitrapu1-3/+7
2021-11-18ath11k: Avoid race during regd updatesSriram R1-10/+6
2021-11-18ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUEDWen Gong1-0/+2
2021-11-18ath11k: Avoid reg rules update during firmware recoverySriram R1-0/+11
2021-11-18ath11k: Align bss_chan_info structure with firmwareSeevalamuthu Mariappan1-0/+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
2020-06-23ath11k: define max_radios in hw_paramsAnilkumar Kolli1-2/+2
2020-06-15ath11k: fix wmi peer flags in peer assoc commandVenkateswara Naralasetty1-3/+3
2020-06-15ath11k: add support for spectral scanKarthikeyan Periyasamy1-0/+198
2020-06-15ath11k: Add direct buffer ring supportKarthikeyan Periyasamy1-2/+224
2020-06-11ath11k: Add support for 6g scan hintPradeep Kumar Chitrapu1-0/+72
2020-06-11ath11k: Send multiple scan_chan_list messages if requiredPradeep Kumar Chitrapu1-71/+90
2020-06-11ath11k: Add 6G scan dwell time parameter in scan request commandPradeep Kumar Chitrapu1-0/+4
2020-06-11ath11k: extend peer_assoc_cmd for 6GHz bandPradeep Kumar Chitrapu1-0/+2
2020-06-11ath11k: Use freq instead of channel number in rx pathPradeep Kumar Chitrapu1-1/+4
2020-06-11ath11k: add support for 6GHz radio in driverPradeep Kumar Chitrapu1-2/+14
2020-04-14ath11k: Fix TWT radio countAloka Dixit1-1/+1
2020-04-06ath11k: Avoid mgmt tx count underflowSriram R1-2/+3
2020-04-06ath11k: fix error message to correctly report the command that failedColin Ian King1-1/+1
2020-04-06ath11k: add pktlog checksum in trace events to support pktlogMaharaja Kennadyrajan1-8/+13
2020-04-06ath11k: Add sta debugfs support to configure ADDBA and DELBAMaharaja Kennadyrajan1-0/+140