summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2021-03-09ath10k: skip the wait for completion to recovery in shutdown pathYoughandhar Chintala1-9/+20
2021-02-11ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()Shuah Khan1-2/+5
2021-02-11ath10k: change ath10k_offchan_tx_work() peer present msg to a warnShuah Khan1-3/+2
2021-02-11ath10k: restore tx sk_buff of htt header for SDIOWen Gong1-0/+2
2021-02-09ath10k: Add new debug level for sta related logsTamizh Chelvam3-12/+13
2021-02-09ath10k: Fix lockdep assertion warning in ath10k_sta_statisticsAnand K Mistry1-0/+2
2021-02-09ath10k: Fix suspicious RCU usage warning in ath10k_wmi_tlv_parse_peer_stats_i...Anand K Mistry1-0/+3
2021-02-04ath10k: remove h from printk format specifierTom Rix7-36/+36
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 Huang4-59/+192
2021-01-18ath10k: remove unused struct ath10k::dev_typeKalle Valo1-1/+0
2021-01-18ath10k: increase rx buffer size to 2048Linus Lüssing1-1/+1
2021-01-18ath10k: sanitity check for ep connectivityZekun Shen1-0/+4
2021-01-11Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo6-60/+90
2020-12-17ath10k: prevent deinitializing NAPI twiceWen Gong6-12/+41
2020-12-17ath10k: Remove voltage regulator votes during wifi disableRakesh Pillai1-46/+46
2020-12-17ath10k: Fix error handling in case of CE pipe init failureRakesh Pillai1-2/+3
2020-12-16ath10k: make relay callbacks constJani Nikula1-1/+1
2020-12-12ath10k: add atomic protection for device recoveryWen Gong8-9/+25
2020-12-12ath10k: add option for chip-id based BDF selectionAbhishek Kumar1-11/+32
2020-12-07ath10k: fix a check patch warning returnNonBoolInBooleanFunction of sdio.cWen Gong1-1/+1
2020-12-02Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo13-35/+140
2020-12-02ath10k: Constify static qmi structsRikard Falkeborn1-2/+2
2020-12-02ath10k: Release some resources in an error handling pathChristophe JAILLET1-1/+4
2020-12-02ath10k: Fix an error handling pathChristophe JAILLET1-0/+2
2020-12-02ath10k: Fix the parsing error in service available eventRakesh Pillai3-3/+11
2020-11-23ath10k: add target IRAM recovery feature supportVenkateswara Naralasetty3-0/+88
2020-11-07wireless: remove unneeded breakTom Rix1-1/+0
2020-11-07ath10k: cancel rx worker in hif_stop for SDIOWen Gong1-0/+6
2020-11-07ath10k: Don't iterate over not-sdata-in-driver interfaces.Ben Greear4-11/+14
2020-11-07ath10k: fix compilation warningTamizh Chelvam1-1/+2
2020-11-06ath10k: sdio: remove redundant check in for loopAlex Dewar1-9/+3
2020-10-28ath10k: ath10k_pci_init_irq(): workaround for checkpatch fallthrough warningKalle Valo1-1/+1
2020-10-28ath10k: remove repeated words in commentsKalle Valo6-7/+7
2020-09-22ath10k: Use bdf calibration variant for snoc targetsRakesh Pillai3-5/+23
2020-09-11Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/...David S. Miller22-237/+1791
2020-09-11ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZYueHaibing1-2/+0
2020-09-08ath10k: Add support for chain1 regulator supply votingRakesh Pillai1-0/+1
2020-09-01ath10k: Get rid of "per_ce_irq" hw paramDouglas Anderson2-16/+0
2020-09-01ath10k: Keep track of which interrupts fired, don't poll themDouglas Anderson4-66/+52
2020-09-01ath10k: Add interrupt summary based CE processingRakesh Pillai2-26/+42
2020-08-31ath10k: wmi: Use struct_size() helper in ath10k_wmi_alloc_skb()Gustavo A. R. Silva1-24/+12
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin2-3/+3
2020-08-26ath10k: Add new api to support reset TID configTamizh Chelvam2-0/+93
2020-08-26ath10k: Add new api to support TID specific configurationTamizh Chelvam6-8/+641
2020-08-26ath10k: Move rate mask validation function up in the fileTamizh Chelvam1-87/+87
2020-08-26ath10k: Add wmi command support for station specific TID configTamizh Chelvam3-0/+106
2020-08-19ath10k: sdio: add firmware coredump supportWen Gong5-4/+679
2020-08-19ath10k: add bus type for each layout of coredumpWen Gong2-1/+16