summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
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-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
2018-05-25ath10k: remove useless test before clk_disable_unprepareYueHaibing1-6/+3
2018-05-25ath10k: add support to configure channel dwell timePradeep Kumar Chitrapu2-3/+21
2018-05-25ath10k: add memory dump support for QCA9888 and QCA99X0Anilkumar Kolli1-0/+98
2018-05-14ath10k: re-enable the firmware fallback mechanism for testmodeAndres Rodriguez1-1/+1
2018-05-14ath10k: use firmware_request_nowarn() to load firmwareAndres Rodriguez1-1/+1
2018-05-12ath10k: replace bit shifts with the BIT() macro for rx desc bitsGovind Singh1-67/+69
2018-05-12ath10k: hw: make consistent usage of ATH10K_FW_DIR in pathsMarcus Folkesson1-2/+2
2018-05-12ath10k: remove variables which set but not usedKenneth Lu1-10/+2
2018-05-12ath10k: fix return value check in wake_tx_q opErik Stromdahl1-1/+1
2018-05-12ath10k: snoc: Remove owner assignment from platform_driverFabio Estevam1-1/+0
2018-05-12ath10k: add quiet mode support for QCA6174/QCA9377Yu Wang2-1/+48
2018-04-27ath10k: sdio: jump to correct label in error handling pathNiklas Cassel1-1/+1
2018-04-27ath10k: fix spelling mistake: "servive" -> "service"Colin Ian King1-1/+1
2018-04-27ath10k: fix kernel panic while reading tpc_statsTamizh Chelvam3-2/+14
2018-04-27ath10k: fix information leak in debugfsVenkateswara Naralasetty2-25/+25
2018-04-24ath10k: enable sta idle power saveGovind Singh1-0/+7
2018-04-24ath10k: enable SRRI/DRRI support on ddr for WCN3990Govind Singh6-9/+142
2018-04-24ath10k: add support for shadow register for WNC3990Rakesh Pillai2-2/+145