summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/mac.c
Commit message (Expand)AuthorAgeFilesLines
* ath11k: remove redundant assignment to variables vht_mcs and he_mcsColin Ian King2022-05-101-2/+2
* ath11k: Don't check arvif->is_started before sending management framesBaochen Qiang2022-05-101-2/+3
* ath11k: Implement remain-on-channel supportBaochen Qiang2022-05-101-0/+115
* ath11k: Handle keepalive during WoWLAN suspend and resumeBaochen Qiang2022-05-101-0/+31
* ath11k: reset 11d state in process of recoveryWen Gong2022-05-091-0/+5
* ath11k: mac: fix too long lineKalle Valo2022-05-061-4/+8
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-031-151/+478
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-031-1/+81
| |\
| | * ath11k: change management tx queue to avoid connection timed outWen Gong2022-05-021-1/+1
| | * ath11k: read country code from SMBIOS for WCN6855/QCA6390Wen Gong2022-04-271-0/+11
| | * ath11k: Fix build warning without CONFIG_IPV6YueHaibing2022-04-231-0/+2
| | * ath11k: Add support for SARBaochen Qiang2022-04-231-0/+67
| * | mac80211: prepare sta handling for MLO supportSriram R2022-04-111-76/+78
| * | mac80211: introduce BSS color collision detectionLorenzo Bianconi2022-04-111-1/+4
| |/
| * ath11k: reduce the wait time of 11d scan and hw scan while add interfaceWen Gong2022-03-301-42/+29
| * ath11k: store and send country code to firmware after recoveryWen Gong2022-03-281-0/+8
| * ath11k: Add peer rhash table supportKarthikeyan Periyasamy2022-03-251-1/+15
| * ath11k: add synchronization operation between reconfigure of mac80211 and ath...Wen Gong2022-03-231-0/+22
| * ath11k: add support for device recovery for QCA6390/WCN6855Wen Gong2022-03-231-0/+18
| * ath11k: acquire ab->base_lock in unassign when finding the peer by addrNiels Dossche2022-03-231-3/+8
| * ath11k: Refactor the peer deleteKarthikeyan Periyasamy2022-03-211-13/+3
| * ath11k: support GTK rekey offloadCarl Huang2022-03-181-0/+37
| * ath11k: support ARP and NS offloadCarl Huang2022-03-181-0/+118
| * ath11k: Add WoW net-detect functionalityCarl Huang2022-03-181-0/+12
| * ath11k: Add basic WoW functionalitiesCarl Huang2022-03-181-14/+45
* | Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax"Anilkumar Kolli2022-04-041-8/+14
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-02-251-17/+45
|\
| * ath11k: Fix frames flush failure caused by deadlockBaochen Qiang2022-02-211-1/+1
| * ath11k: fix radar detection in 160 MhzVenkateswara Naralasetty2022-02-141-12/+13
| * ath11k: fix WARN_ON during ath11k_mac_update_vif_chanVenkateswara Naralasetty2022-02-141-6/+26
| * ath11k: add debugfs for TWT debug callsJohn Crispin2022-02-011-0/+7
* | ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein2022-02-161-1/+1
|/
* ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHzWen Gong2022-01-281-0/+3
* ath11k: Reconfigure hardware rate for WCN6855 after vdev is startedBaochen Qiang2022-01-171-0/+18
* ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855Wen Gong2022-01-121-13/+18
* ath11k: add support for hardware rfkill for QCA6390Wen Gong2021-12-201-0/+58
* ath11k: report tx bitrate for iw wlan station dumpWen Gong2021-12-201-0/+93
* ath11k: add signal report to mac80211 for QCA6390 and WCN6855Wen Gong2021-12-201-3/+19
* ath11k: report rssi of each chain to mac80211 for QCA6390/WCN6855Wen Gong2021-12-201-0/+40
* ath11k: add ab to TARGET_NUM_VDEVS & coKalle Valo2021-12-141-5/+5
* ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()Zhou Qingyang2021-12-141-2/+5
* ath11k: Fix deleting uninitialized kernel timer during fragment cache flushRameshkumar Sundaram2021-12-131-1/+1
* ath11k: set DTIM policy to stick mode for station interfaceCarl Huang2021-12-131-0/+7
* ath11k: support MAC address randomization in scanCarl Huang2021-12-131-0/+19
* ath11k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN6855Wen Gong2021-12-091-0/+3
* ath11k: add wait operation for tx management packets for flush from mac80211Wen Gong2021-12-081-9/+42
* ath11k: add 11d scan offload supportWen Gong2021-12-081-1/+162
* ath11k: change to use dynamic memory for channel list of scanWen Gong2021-12-071-0/+10
* ath11k: Avoid NULL ptr access during mgmt tx cleanupSriram R2021-11-291-15/+20
* ath11k: skip sending vdev down for channel switchWen Gong2021-11-221-31/+1