summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/mac.c
AgeCommit message (Expand)Author
2022-02-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-02-21ath11k: Fix frames flush failure caused by deadlockBaochen Qiang
2022-02-16ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein
2022-02-14ath11k: fix radar detection in 160 MhzVenkateswara Naralasetty
2022-02-14ath11k: fix WARN_ON during ath11k_mac_update_vif_chanVenkateswara Naralasetty
2022-02-01ath11k: add debugfs for TWT debug callsJohn Crispin
2022-01-28ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHzWen Gong
2022-01-17ath11k: Reconfigure hardware rate for WCN6855 after vdev is startedBaochen Qiang
2022-01-12ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855Wen Gong
2021-12-20ath11k: add support for hardware rfkill for QCA6390Wen Gong
2021-12-20ath11k: report tx bitrate for iw wlan station dumpWen Gong
2021-12-20ath11k: add signal report to mac80211 for QCA6390 and WCN6855Wen Gong
2021-12-20ath11k: report rssi of each chain to mac80211 for QCA6390/WCN6855Wen Gong
2021-12-14ath11k: add ab to TARGET_NUM_VDEVS & coKalle Valo
2021-12-14ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()Zhou Qingyang
2021-12-13ath11k: Fix deleting uninitialized kernel timer during fragment cache flushRameshkumar Sundaram
2021-12-13ath11k: set DTIM policy to stick mode for station interfaceCarl Huang
2021-12-13ath11k: support MAC address randomization in scanCarl Huang
2021-12-09ath11k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN6855Wen Gong
2021-12-08ath11k: add wait operation for tx management packets for flush from mac80211Wen Gong
2021-12-08ath11k: add 11d scan offload supportWen Gong
2021-12-07ath11k: change to use dynamic memory for channel list of scanWen Gong
2021-11-29ath11k: Avoid NULL ptr access during mgmt tx cleanupSriram R
2021-11-22ath11k: skip sending vdev down for channel switchWen Gong
2021-11-22ath11k: fix read fail for htt_stats and htt_peer_stats for single pdevWen Gong
2021-11-22ath11k: calculate the correct NSS of peer for HE capabilitiesWen Gong
2021-11-17ath11k: reset RSN/WPA present state for open BSSKarthikeyan Kathirvel
2021-11-17ath11k: clear the keys properly via DISABLE_KEYKarthikeyan Kathirvel
2021-11-17ath11k: add support for BSS color changeJohn Crispin
2021-11-15ath11k: Increment pending_mgmt_tx count before tx send invokeP Praneesh
2021-11-15ath11k: send proper txpower and maxregpower values to firmwareP Praneesh
2021-11-15ath11k: move peer delete after vdev stop of station for QCA6390 and WCN6855Wen Gong
2021-11-15ath11k: remove return for empty tx bitrate in mac_op_sta_statisticsWen Gong
2021-11-15ath11k: enable IEEE80211_VHT_EXT_NSS_BW_CAPABLE if NSS ratio enabledWen Gong
2021-11-15ath11k: add branch predictors in dp_tx pathP Praneesh
2021-11-15ath11k: fix firmware crash during channel switchVenkateswara Naralasetty
2021-11-15ath11k: Fix 'unused-but-set-parameter' errorSeevalamuthu Mariappan
2021-11-15ath11k: fix error routine when fallback of add interface failsKarthikeyan Periyasamy
2021-11-15ath11k: fix fw crash due to peer get authorized before key installKarthikeyan Periyasamy
2021-11-12ath11k: Clear auth flag only for actual association in security modeRameshkumar Sundaram
2021-11-10ath11k: enable 802.11 power save mode in station modeCarl Huang
2021-11-10ath11k: convert ath11k_wmi_pdev_set_ps_mode() to use enum wmi_sta_ps_modeKalle Valo
2021-11-01ath11k: set correct NL80211_FEATURE_DYNAMIC_SMPS for WCN6855Wen Gong
2021-10-20Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2021-10-11ath11k: Change number of TCL rings to one for QCA6390Baochen Qiang
2021-10-08ath11k: fix m68k and xtensa build failure in ath11k_peer_assoc_h_smps()Kalle Valo
2021-10-07ath11k: Fix spelling mistake "incompaitiblity" -> "incompatibility"Colin Ian King
2021-09-28ath11k: support SMPS configuration for 6 GHzPradeep Kumar Chitrapu
2021-09-28ath11k: add 6 GHz params in peer assoc commandPradeep Kumar Chitrapu
2021-09-28ath11k: indicate to mac80211 scan complete with aborted flag for ATH11K_SCAN_...Wen Gong