summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2019-04-05ath10k: fix shadow register implementation for WCN3990Rakesh Pillai2-14/+14
2019-02-12ath10k: assign 'n_cipher_suites' for WCN3990Brian Norris1-0/+1
2019-01-26ath10k: fix peer stats null pointer dereferenceZhi Chen2-3/+3
2018-11-13ath10k: schedule hardware restart if WMI command times outMartin Willi1-0/+6
2018-11-13ath10k: fix tx status flag setting for management framesRakesh Pillai1-1/+6
2018-07-31ath10k: prevent active scans on potential unusable channelsSven Eckelmann1-0/+7
2018-07-31ath10k: fix parenthesis alignmentKalle Valo1-3/+3
2018-07-30ath10k: add debugfs file warm_hw_resetMaharaja Kennadyrajan3-2/+65
2018-07-30ath10k: htt_tx: move lock into id_get functionNicholas Mc Guire1-8/+2
2018-07-30ath10k: remove redundant pointers 'dev' and 'noa'Colin Ian King2-7/+0
2018-07-30ath10k: handle mgmt tx completion eventRakesh Pillai8-2/+186
2018-07-30ath10k: disable bundle mgmt tx completion event supportSurabhi Vishnoi2-0/+10
2018-07-30ath10k: support for multicast rate controlPradeep Kumar Chitrapu1-4/+50
2018-07-30ath10k: fix open brace location in ath10k_wmi_tlv_op_gen_dbglog_cfg()Kalle Valo1-1/+2
2018-07-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo8-22/+40
2018-07-24Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller14-113/+118
2018-07-02ath10k: sdio: set skb len for all rx packetsAlagu Sankar1-0/+1
2018-07-02ath10k: sdio: allocate correct size for RECV_1MORE_BLOCK rx packetsAlagu Sankar2-0/+4
2018-07-02ath10k: sdio: use same endpoint id for all packets in a bundleAlagu Sankar1-1/+4
2018-06-29ath10k: use locked skb_dequeue for rx completionsBob Copeland1-4/+4
2018-06-28ath10k: replace hardcoded constant with defineErik Stromdahl2-2/+3
2018-06-28ath10k: rename HTC_HOST_MAX_MSG_PER_BUNDLE defineErik Stromdahl4-9/+9
2018-06-28ath10k: fix bug in masking of TID valueErik Stromdahl1-1/+1
2018-06-28ath10k: protect ath10k_htt_rx_ring_free with rx_ring.lockBen Greear1-1/+4
2018-06-28ath10k: transmit queued frames after processing rx packetsNiklas Cassel2-0/+4
2018-06-28ath10k: fix tlv 5ghz channel missing issueZhi Chen1-0/+2
2018-06-28ath10k: fix scan crash due to incorrect length calculationZhi Chen1-4/+4
2018-06-28ath10k: update the phymode along with bandwidth change requestRyan Hsu2-2/+15
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-2/+2
2018-06-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo14-111/+116
2018-06-14ath10k: handle resource init failure caseGovind Singh1-2/+2
2018-06-14ath10k: skip data calibration for non-bmi targetSurabhi Vishnoi1-7/+14
2018-06-14ath10k: do not mix spaces and tabs in KconfigNiklas Cassel1-12/+12
2018-06-14ath10k: snoc: sort include filesBrian Norris1-7/+8
2018-06-14ath10k: snoc: drop unused WCN3990_CE_ATTR_FLAGSBrian Norris1-1/+1
2018-06-14ath10k: snoc: stop including pci.hBrian Norris3-43/+42
2018-06-14ath10k: snoc: use correct bus-specific pointer in RX retryBrian Norris1-1/+1
2018-06-14ath10k: snoc: use module_platform_driver() macroBrian Norris1-19/+1
2018-06-14ath10k: use crash_dump enum instead of magic numbersBrian Norris1-4/+2
2018-06-14ath10k: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-3/+1
2018-06-14ath10k: fix incorrect size of dma_free_coherent in ath10k_ce_alloc_src_ring_64YueHaibing1-1/+1
2018-06-14ath10k: make some functions staticWei Yongjun1-2/+2
2018-06-14ath10k: fix spectral scan for QCA9984 and QCA9888 chipsetsKarthikeyan Periyasamy3-1/+17
2018-06-14ath10k: support use of channel 173Ben Greear3-2/+6
2018-06-13ath10k: fix memory leak of tpc_statsColin Ian King1-4/+4
2018-06-13ath10k: htt_tx: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds32-261/+3373
2018-05-25ath10k: DFS Host ConfirmationSriram R5-10/+273
2018-05-25ath: add support to get the detected radar specificationsSriram R1-1/+1