aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh1-1/+1
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh1-1/+1
2024-02-08wifi: mac80211: update beacon counters per link basisAditya Kumar Singh1-1/+1
2024-01-18wifi: ath10k: replace ENOTSUPP with EOPNOTSUPPKarthikeyan Periyasamy1-3/+3
2023-12-07wifi: ath10k: add support to allow broadcast action frame RXJames Prestwood1-2/+11
2023-11-30wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson1-0/+1
2023-10-31wifi: ath10k: replace deprecated strncpy with memcpyJustin Stitt1-2/+1
2023-10-03wifi: ath10k: simplify ath10k_peer_create()Dmitry Antipov1-9/+2
2023-10-02wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING stateWen Gong1-6/+9
2023-06-01wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware restartYoughandhar Chintala1-0/+7
2023-05-05wifi: ath10k: Serialize wake_tx_queue opsAlexander Wetzel1-2/+4
2023-02-22wifi: ath10k: Remove redundant assignment to changed_flagsJiapeng Chong1-1/+0
2022-09-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-4/+4
2022-09-16wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson1-4/+4
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-3/+3
2022-08-09wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()Wen Gong1-25/+29
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanctx()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-14/+15
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-4/+4
2022-05-30ath10k: fix regdomain info of iw reg set/getWen Gong1-1/+2
2022-05-22ath10k: add encapsulation offloading supportSergey Ryazanov1-13/+54
2022-05-06ath10k: mac: fix too long linesKalle Valo1-4/+9
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-5/+20
2022-04-29ath10k: skip ath10k_halt during suspend for driver state RESTARTINGAbhishek Kumar1-2/+18
2022-04-27ath10k: simplify if-if to if-elseWan Jiabing1-3/+2
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-37/+39
2021-12-08ath10k: fix scan abort when duration is set for hw scanWen Gong1-4/+5
2021-10-25ath10k: fix invalid dma_addr_t token assignmentArnd Bergmann1-1/+9
2021-10-13ath10k: fix max antenna gain unitSven Eckelmann1-3/+3
2021-09-28ath10k: high latency fixes for beacon bufferAlagu Sankar1-8/+23
2021-06-15ath10k: Fix an error code in ath10k_add_interface()Yang Li1-0/+1
2021-03-06ath10k: Detect conf_mutex held ath10k_drain_tx() callsShuah Khan1-0/+2
2021-02-11ath10k: change ath10k_offchan_tx_work() peer present msg to a warnShuah Khan1-3/+2
2021-02-09ath10k: Add new debug level for sta related logsTamizh Chelvam1-10/+10
2021-02-09ath10k: Fix lockdep assertion warning in ath10k_sta_statisticsAnand K Mistry1-0/+2
2021-02-04ath10k: remove h from printk format specifierTom Rix1-6/+6
2021-01-28ath10k: fix wmi mgmt tx queue full due to race conditionMiaoqing Pan1-11/+4
2021-01-28ath10k: pass the ssid info to get the correct bss entityWen Gong1-1/+2
2021-01-28ath10k: allow dynamic SAR power limits via common APICarl Huang1-59/+171
2020-12-12ath10k: add atomic protection for device recoveryWen Gong1-0/+1
2020-11-07ath10k: Don't iterate over not-sdata-in-driver interfaces.Ben Greear1-9/+7
2020-11-07ath10k: fix compilation warningTamizh Chelvam1-1/+2
2020-10-28ath10k: remove repeated words in commentsKalle Valo1-1/+1
2020-09-11Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-119/+806
2020-09-11ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZYueHaibing1-2/+0