summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-08wifi: ath11k: Trigger sta disconnect on hardware restartYoughandhar Chintala1-0/+7
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-70/+154
2022-10-28Kalle Valo says:Jakub Kicinski1-0/+1
2022-10-13wifi: ath11k: Fix firmware crash on vdev delete race conditionSowmiya Sree Elavalagan1-23/+37
2022-10-12wifi: ath11k: add support to configure channel dwell timeManikanta Pubbisetty1-4/+29
2022-10-12wifi: ath11k: suppress add interface errorKarthikeyan Periyasamy1-6/+3
2022-10-12wifi: ath11k: fix firmware assert during bandwidth change for peer staAditya Kumar Singh1-37/+85
2022-10-11wifi: ath11k: mac: fix reading 16 bytes from a region of size 0 warningKalle Valo1-2/+3
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
2022-09-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-15/+144
2022-09-26wifi: ath11k: Add support to get power save duration for each clientVenkateswara Naralasetty1-0/+1
2022-09-22wifi: ath11k: fix number of VHT beamformee spatial streamsJesus Fernandez Manzano1-5/+20
2022-09-22wifi: ath11k: retrieve MAC address from system firmware if providedJun Yu1-1/+7
2022-09-22wifi: ath11k: add get_txpower mac opsAditya Kumar Singh1-0/+92
2022-09-22wifi: ath11k: change complete() to complete_all() for scan.completedWen Gong1-1/+1
2022-09-16wifi: ath11k: Fix miscellaneous spelling errorsJeff Johnson1-2/+2
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-3/+3
2022-09-02wifi: ath11k: Add support to connect to non-transmit MBSSID profilesManikanta Pubbisetty1-0/+5
2022-09-02wifi: ath11k: Fix hardware restart failure due to twt debugfs failureManikanta Pubbisetty1-3/+8
2022-09-02wifi: ath11k: Add TWT debugfs support for STA interfaceManikanta Pubbisetty1-3/+8
2022-07-27Revert "ath11k: add support for hardware rfkill for QCA6390"Kalle Valo1-58/+0
2022-07-18wifi: ath11k: mac: fix long lineKalle Valo1-1/+2
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-1/+1
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-0/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-10/+12
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-6/+6
2022-06-06ath11k: Fix warnings reported by checkpatchManikanta Pubbisetty1-1/+1
2022-06-06ath11k: Fix LDPC config in set_bitrate_mask hookManikanta Pubbisetty1-1/+3
2022-05-30ath11k: support avg signal in station dumpThiraviyam Mariyappan1-0/+5
2022-05-22ath11k: Fix warning on variable 'sar' dereference before checkBaochen Qiang1-7/+6
2022-05-10ath11k: remove redundant assignment to variables vht_mcs and he_mcsColin Ian King1-2/+2
2022-05-10ath11k: Don't check arvif->is_started before sending management framesBaochen Qiang1-2/+3
2022-05-10ath11k: Implement remain-on-channel supportBaochen Qiang1-0/+115
2022-05-10ath11k: Handle keepalive during WoWLAN suspend and resumeBaochen Qiang1-0/+31
2022-05-09ath11k: reset 11d state in process of recoveryWen Gong1-0/+5
2022-05-06ath11k: mac: fix too long lineKalle Valo1-4/+8
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-151/+478
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-1/+81
2022-05-02ath11k: change management tx queue to avoid connection timed outWen Gong1-1/+1
2022-04-27ath11k: read country code from SMBIOS for WCN6855/QCA6390Wen Gong1-0/+11
2022-04-23ath11k: Fix build warning without CONFIG_IPV6YueHaibing1-0/+2
2022-04-23ath11k: Add support for SARBaochen Qiang1-0/+67
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-76/+78
2022-04-11mac80211: introduce BSS color collision detectionLorenzo Bianconi1-1/+4
2022-04-04Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax"Anilkumar Kolli1-8/+14
2022-03-30ath11k: reduce the wait time of 11d scan and hw scan while add interfaceWen Gong1-42/+29