summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
Commit message (Expand)AuthorAgeFilesLines
* ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()Shuah Khan2021-02-111-2/+5
* ath10k: change ath10k_offchan_tx_work() peer present msg to a warnShuah Khan2021-02-111-3/+2
* ath10k: restore tx sk_buff of htt header for SDIOWen Gong2021-02-111-0/+2
* ath10k: Add new debug level for sta related logsTamizh Chelvam2021-02-093-12/+13
* ath10k: Fix lockdep assertion warning in ath10k_sta_statisticsAnand K Mistry2021-02-091-0/+2
* ath10k: Fix suspicious RCU usage warning in ath10k_wmi_tlv_parse_peer_stats_i...Anand K Mistry2021-02-091-0/+3
* ath10k: remove h from printk format specifierTom Rix2021-02-047-36/+36
* ath10k: fix wmi mgmt tx queue full due to race conditionMiaoqing Pan2021-01-281-11/+4
* ath10k: pass the ssid info to get the correct bss entityWen Gong2021-01-281-1/+2
* ath10k: allow dynamic SAR power limits via common APICarl Huang2021-01-284-59/+192
* ath10k: remove unused struct ath10k::dev_typeKalle Valo2021-01-181-1/+0
* ath10k: increase rx buffer size to 2048Linus Lüssing2021-01-181-1/+1
* ath10k: sanitity check for ep connectivityZekun Shen2021-01-181-0/+4
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-01-116-60/+90
|\
| * ath10k: prevent deinitializing NAPI twiceWen Gong2020-12-176-12/+41
| * ath10k: Remove voltage regulator votes during wifi disableRakesh Pillai2020-12-171-46/+46
| * ath10k: Fix error handling in case of CE pipe init failureRakesh Pillai2020-12-171-2/+3
* | ath10k: make relay callbacks constJani Nikula2020-12-151-1/+1
|/
* ath10k: add atomic protection for device recoveryWen Gong2020-12-128-9/+25
* ath10k: add option for chip-id based BDF selectionAbhishek Kumar2020-12-121-11/+32
* ath10k: fix a check patch warning returnNonBoolInBooleanFunction of sdio.cWen Gong2020-12-071-1/+1
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-12-0213-35/+140
|\
| * ath10k: Constify static qmi structsRikard Falkeborn2020-12-021-2/+2
| * ath10k: Release some resources in an error handling pathChristophe JAILLET2020-12-021-1/+4
| * ath10k: Fix an error handling pathChristophe JAILLET2020-12-021-0/+2
| * ath10k: Fix the parsing error in service available eventRakesh Pillai2020-12-023-3/+11
| * ath10k: add target IRAM recovery feature supportVenkateswara Naralasetty2020-11-233-0/+88
| * ath10k: cancel rx worker in hif_stop for SDIOWen Gong2020-11-071-0/+6
| * ath10k: Don't iterate over not-sdata-in-driver interfaces.Ben Greear2020-11-074-11/+14
| * ath10k: fix compilation warningTamizh Chelvam2020-11-071-1/+2
| * ath10k: sdio: remove redundant check in for loopAlex Dewar2020-11-061-9/+3
| * ath10k: ath10k_pci_init_irq(): workaround for checkpatch fallthrough warningKalle Valo2020-10-281-1/+1
| * ath10k: remove repeated words in commentsKalle Valo2020-10-286-7/+7
* | wireless: remove unneeded breakTom Rix2020-11-071-1/+0
|/
* ath10k: Use bdf calibration variant for snoc targetsRakesh Pillai2020-09-223-5/+23
* Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/...David S. Miller2020-09-1122-237/+1791
|\
| * ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZYueHaibing2020-09-111-2/+0
| * ath10k: Add support for chain1 regulator supply votingRakesh Pillai2020-09-081-0/+1
| * ath10k: Get rid of "per_ce_irq" hw paramDouglas Anderson2020-09-012-16/+0
| * ath10k: Keep track of which interrupts fired, don't poll themDouglas Anderson2020-09-014-66/+52
| * ath10k: Add interrupt summary based CE processingRakesh Pillai2020-09-012-26/+42
| * ath10k: wmi: Use struct_size() helper in ath10k_wmi_alloc_skb()Gustavo A. R. Silva2020-08-311-24/+12
| * ath10k: Add new api to support reset TID configTamizh Chelvam2020-08-262-0/+93
| * ath10k: Add new api to support TID specific configurationTamizh Chelvam2020-08-266-8/+641
| * ath10k: Move rate mask validation function up in the fileTamizh Chelvam2020-08-261-87/+87
| * ath10k: Add wmi command support for station specific TID configTamizh Chelvam2020-08-263-0/+106
| * ath10k: sdio: add firmware coredump supportWen Gong2020-08-195-4/+679
| * ath10k: add bus type for each layout of coredumpWen Gong2020-08-192-1/+16
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-08-1811-56/+115
| |\
| | * ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam2020-08-181-1/+7