summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
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-06Merge 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-26Merge 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
2020-06-16ath10k: Wait until copy complete is actually done before completingDouglas Anderson1-9/+21
2020-06-15Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-0/+4
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-11/+11
2020-06-09ath10k: Acquire tx_lock in tx error pathsEvan Green1-0/+4
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds32-316/+1740
2020-05-30ath10k: Remove ath10k_qmi_register_service_notifier() declarationDouglas Anderson1-1/+0
2020-05-29mmc: sdio: Move SDIO IDs from ath10k driver to common include filePali Rohár2-23/+10
2020-05-12ath10k: fix ath10k_pci struct layoutArnd Bergmann1-4/+5
2020-05-12ath10k: fix gcc-10 zero-length-bounds warningsArnd Bergmann1-2/+2
2020-05-11ath10k: remove experimental tag from SDIO and SNOC busses in KconfigGovind Singh1-4/+3
2020-05-11ath10k: Replace zero-length array with flexible-arrayGustavo A. R. Silva8-51/+51
2020-05-11ath10k: fix __le32 warning in ath10k_wmi_tlv_op_gen_request_peer_stats_info()Wen Gong1-1/+1
2020-05-11ath10k: Remove msdu from idr when management pkt send failsRakesh Pillai3-0/+28
2020-05-11ath10k: Skip handling del_server during driver exitRakesh Pillai2-1/+18
2020-05-05ath10k: Add support for targets without trustzoneRakesh Pillai2-1/+124
2020-05-05ath10k: Setup the msa resources before qmi initRakesh Pillai4-63/+70
2020-05-05ath10k: remove the max_sched_scan_reqs valueWen Gong1-1/+0
2020-05-05ath10k: Avoid override CE5 configuration for QCA99X0 chipsetsMaharaja Kennadyrajan4-19/+61
2020-05-04ath10k: fix possible memory leak in ath10k_bmi_lz_data_large()Wei Yongjun1-0/+1
2020-04-28ath10k: correct tx bitrate of iw for SDIOWen Gong3-0/+14
2020-04-28ath10k: add bitrate parse for peer stats infoWen Gong3-0/+190
2020-04-28ath10k: add rx bitrate report for SDIOWen Gong8-0/+304
2020-04-28ath10k: enable firmware peer stats info for wmi tlvWen Gong4-0/+8
2020-04-27ath10k: add statistics of tx retries and tx failed when tx complete disableWen Gong3-0/+16
2020-04-27ath10k: enable rx duration report default for wmi tlvWen Gong3-1/+11
2020-04-23ath10k: drop the TX packet which size exceed credit size for sdioWen Gong1-0/+5
2020-04-23ath10k: Fix the invalid tx/rx chainmask configurationMaharaja Kennadyrajan1-5/+10
2020-04-22ath10k: add flush tx packets for SDIO chipWen Gong3-1/+15
2020-04-22ath10k: enable alt data of TX path for sdioWen Gong3-8/+25