summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo11-56/+115
2020-08-18ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam1-1/+7
2020-08-18ath10k: Register shutdown handlerRakesh Pillai1-0/+9
2020-08-18ath10k: move enable_pll_clk call to ath10k_core_start()Kalle Valo2-8/+7
2020-08-17ath10k: Fix the size used in a 'dma_free_coherent()' call in an error handlin...Christophe JAILLET1-1/+1
2020-08-17ath10k: Use fallthrough pseudo-keywordGustavo A. R. Silva5-15/+15
2020-08-15ath10k: correct the array index from mcs index for HT mode for QCA6174Wen Gong1-4/+20
2020-08-15ath10k: enable supports_peer_stats_info for QCA6174 PCI devicesWen Gong1-0/+1
2020-08-15ath10k: remove return for NL80211_STA_INFO_TX_BITRATEWen Gong1-11/+10
2020-08-15ath10k: add wmi service peer stat info for wmi tlvWen Gong1-0/+2
2020-08-14ath10k: start recovery process when payload length exceeds max htc length for...Wen Gong1-0/+4
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-8/+7
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen1-7/+2
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-42/+38
2020-07-20ath10k: Fix NULL pointer dereference in AHB device probeHauke Mehrtens2-42/+38
2020-07-20ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen1-0/+8
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-15wireless: Fix trivial spellingKieran Bingham1-1/+1
2020-06-23ath10k: pci: fix memcpy size of bmi responseZekun Shen1-1/+1
2020-06-16ath10k: provide survey info as accumulated dataVenkateswara Naralasetty1-1/+1
2020-06-16ath10k: fix retry packets update in station dumpVenkateswara Naralasetty2-5/+8