summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28ath11k: store and send country code to firmware after recoveryWen Gong1-0/+8
2022-03-25ath11k: Add peer rhash table supportKarthikeyan Periyasamy1-1/+15
2022-03-23ath11k: add synchronization operation between reconfigure of mac80211 and ath...Wen Gong1-0/+22
2022-03-23ath11k: add support for device recovery for QCA6390/WCN6855Wen Gong1-0/+18
2022-03-23ath11k: acquire ab->base_lock in unassign when finding the peer by addrNiels Dossche1-3/+8
2022-03-21ath11k: Refactor the peer deleteKarthikeyan Periyasamy1-13/+3
2022-03-18ath11k: support GTK rekey offloadCarl Huang1-0/+37
2022-03-18ath11k: support ARP and NS offloadCarl Huang1-0/+118
2022-03-18ath11k: Add WoW net-detect functionalityCarl Huang1-0/+12
2022-03-18ath11k: Add basic WoW functionalitiesCarl Huang1-14/+45
2022-02-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-17/+45
2022-02-21ath11k: Fix frames flush failure caused by deadlockBaochen Qiang1-1/+1
2022-02-16ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein1-1/+1
2022-02-14ath11k: fix radar detection in 160 MhzVenkateswara Naralasetty1-12/+13
2022-02-14ath11k: fix WARN_ON during ath11k_mac_update_vif_chanVenkateswara Naralasetty1-6/+26
2022-02-01ath11k: add debugfs for TWT debug callsJohn Crispin1-0/+7
2022-01-28ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHzWen Gong1-0/+3
2022-01-17ath11k: Reconfigure hardware rate for WCN6855 after vdev is startedBaochen Qiang1-0/+18
2022-01-12ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855Wen Gong1-13/+18
2021-12-20ath11k: add support for hardware rfkill for QCA6390Wen Gong1-0/+58
2021-12-20ath11k: report tx bitrate for iw wlan station dumpWen Gong1-0/+93
2021-12-20ath11k: add signal report to mac80211 for QCA6390 and WCN6855Wen Gong1-3/+19
2021-12-20ath11k: report rssi of each chain to mac80211 for QCA6390/WCN6855Wen Gong1-0/+40
2021-12-14ath11k: add ab to TARGET_NUM_VDEVS & coKalle Valo1-5/+5
2021-12-14ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()Zhou Qingyang1-2/+5
2021-12-13ath11k: Fix deleting uninitialized kernel timer during fragment cache flushRameshkumar Sundaram1-1/+1
2021-12-13ath11k: set DTIM policy to stick mode for station interfaceCarl Huang1-0/+7
2021-12-13ath11k: support MAC address randomization in scanCarl Huang1-0/+19
2021-12-09ath11k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN6855Wen Gong1-0/+3
2021-12-08ath11k: add wait operation for tx management packets for flush from mac80211Wen Gong1-9/+42
2021-12-08ath11k: add 11d scan offload supportWen Gong1-1/+162
2021-12-07ath11k: change to use dynamic memory for channel list of scanWen Gong1-0/+10
2021-11-29ath11k: Avoid NULL ptr access during mgmt tx cleanupSriram R1-15/+20
2021-11-22ath11k: skip sending vdev down for channel switchWen Gong1-31/+1
2021-11-22ath11k: fix read fail for htt_stats and htt_peer_stats for single pdevWen Gong1-0/+61
2021-11-22ath11k: calculate the correct NSS of peer for HE capabilitiesWen Gong1-1/+36
2021-11-17ath11k: reset RSN/WPA present state for open BSSKarthikeyan Kathirvel1-0/+4
2021-11-17ath11k: clear the keys properly via DISABLE_KEYKarthikeyan Kathirvel1-3/+1
2021-11-17ath11k: add support for BSS color changeJohn Crispin1-4/+53
2021-11-15ath11k: Increment pending_mgmt_tx count before tx send invokeP Praneesh1-2/+4
2021-11-15ath11k: send proper txpower and maxregpower values to firmwareP Praneesh1-6/+6
2021-11-15ath11k: move peer delete after vdev stop of station for QCA6390 and WCN6855Wen Gong1-0/+18
2021-11-15ath11k: remove return for empty tx bitrate in mac_op_sta_statisticsWen Gong1-15/+14
2021-11-15ath11k: enable IEEE80211_VHT_EXT_NSS_BW_CAPABLE if NSS ratio enabledWen Gong1-0/+4
2021-11-15ath11k: add branch predictors in dp_tx pathP Praneesh1-1/+1
2021-11-15ath11k: fix firmware crash during channel switchVenkateswara Naralasetty1-5/+21
2021-11-15ath11k: Fix 'unused-but-set-parameter' errorSeevalamuthu Mariappan1-1/+0
2021-11-15ath11k: fix error routine when fallback of add interface failsKarthikeyan Periyasamy1-7/+7
2021-11-15ath11k: fix fw crash due to peer get authorized before key installKarthikeyan Periyasamy1-7/+46
2021-11-12ath11k: Clear auth flag only for actual association in security modeRameshkumar Sundaram1-0/+3