summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-19wifi: ath11k: Remove disabling of 80+80 and 160 MHzMuna Sinada1-4/+0
2023-04-17wifi: ath11k: Disable Spectral scan upon removing interfaceTamizh Chelvam Raja1-0/+5
2023-04-12wifi: ath11k: Send 11d scan start before WMI_START_SCAN_CMDIDManikanta Pubbisetty1-0/+12
2023-04-12wifi: ath11k: Configure the FTM responder role using firmware capability flagGanesh Babu Jothiram1-2/+2
2023-04-12wifi: ath11k: Optimize 6 GHz scan timeManikanta Pubbisetty1-2/+23
2023-03-01wifi: ath11k: Add tx ack signal support for management packetsAbinaya Kalaiselvan1-0/+5
2023-02-27wifi: ath11k: generate rx and tx mcs maps for supported HE mcsMuna Sinada1-7/+23
2023-02-27wifi: ath11k: move HE MCS mapper to a separate functionMuna Sinada1-12/+22
2023-02-27wifi: ath11k: push MU-MIMO params from hostapd to hardwareMuna Sinada1-73/+127
2023-01-17wifi: ath11k: add channel 177 into 5 GHz channel listWen Gong1-0/+1
2023-01-17wifi: ath11k: Add support to configure FTM responder roleSowmiya Sree Elavalagan1-1/+19
2022-12-08wifi: ath11k: Fix scan request param frame size warningKarthikeyan Kathirvel1-38/+45
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-29Kalle 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