summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)Author
2020-12-15ath10k: make relay callbacks constJani Nikula
2020-12-12ath10k: add atomic protection for device recoveryWen Gong
2020-12-12ath10k: add option for chip-id based BDF selectionAbhishek Kumar
2020-12-07ath10k: fix a check patch warning returnNonBoolInBooleanFunction of sdio.cWen Gong
2020-12-02Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2020-12-02ath10k: Constify static qmi structsRikard Falkeborn
2020-12-02ath10k: Release some resources in an error handling pathChristophe JAILLET
2020-12-02ath10k: Fix an error handling pathChristophe JAILLET
2020-12-02ath10k: Fix the parsing error in service available eventRakesh Pillai
2020-11-23ath10k: add target IRAM recovery feature supportVenkateswara Naralasetty
2020-11-07wireless: remove unneeded breakTom Rix
2020-11-07ath10k: cancel rx worker in hif_stop for SDIOWen Gong
2020-11-07ath10k: Don't iterate over not-sdata-in-driver interfaces.Ben Greear
2020-11-07ath10k: fix compilation warningTamizh Chelvam
2020-11-06ath10k: sdio: remove redundant check in for loopAlex Dewar
2020-10-28ath10k: ath10k_pci_init_irq(): workaround for checkpatch fallthrough warningKalle Valo
2020-10-28ath10k: remove repeated words in commentsKalle Valo
2020-09-22ath10k: Use bdf calibration variant for snoc targetsRakesh Pillai
2020-09-11Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/...David S. Miller
2020-09-11ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZYueHaibing
2020-09-08ath10k: Add support for chain1 regulator supply votingRakesh Pillai
2020-09-01ath10k: Get rid of "per_ce_irq" hw paramDouglas Anderson
2020-09-01ath10k: Keep track of which interrupts fired, don't poll themDouglas Anderson
2020-09-01ath10k: Add interrupt summary based CE processingRakesh Pillai
2020-08-31ath10k: wmi: Use struct_size() helper in ath10k_wmi_alloc_skb()Gustavo A. R. Silva
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin
2020-08-26ath10k: Add new api to support reset TID configTamizh Chelvam
2020-08-26ath10k: Add new api to support TID specific configurationTamizh Chelvam
2020-08-26ath10k: Move rate mask validation function up in the fileTamizh Chelvam
2020-08-26ath10k: Add wmi command support for station specific TID configTamizh Chelvam
2020-08-19ath10k: sdio: add firmware coredump supportWen Gong
2020-08-19ath10k: add bus type for each layout of coredumpWen Gong
2020-08-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2020-08-18ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam
2020-08-18ath10k: Register shutdown handlerRakesh Pillai
2020-08-18ath10k: move enable_pll_clk call to ath10k_core_start()Kalle Valo
2020-08-17ath10k: Fix the size used in a 'dma_free_coherent()' call in an error handlin...Christophe JAILLET
2020-08-17ath10k: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-15ath10k: correct the array index from mcs index for HT mode for QCA6174Wen Gong
2020-08-15ath10k: enable supports_peer_stats_info for QCA6174 PCI devicesWen Gong
2020-08-15ath10k: remove return for NL80211_STA_INFO_TX_BITRATEWen Gong
2020-08-15ath10k: add wmi service peer stat info for wmi tlvWen Gong
2020-08-14ath10k: start recovery process when payload length exceeds max htc length for...Wen Gong
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-20ath10k: Fix NULL pointer dereference in AHB device probeHauke Mehrtens
2020-07-20ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen
2020-07-16treewide: Remove uninitialized_var() usageKees Cook