summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2018-07-02wil6210: add support for Talyn-MB (Talyn ver 2.0) deviceMaya Erez4-12/+113
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-29wcn36xx: Fix WEP encryptionLoic Poulain2-14/+25
2018-06-29wcn36xx: Track associated stationsLoic Poulain2-0/+8
2018-06-29wcn36xx: Fix WEP104 encryption typeLoic Poulain1-1/+1
2018-06-29ath10k: use locked skb_dequeue for rx completionsBob Copeland1-4/+4
2018-06-29ath9k: use irqsave() in USB's complete callbackSebastian Andrzej Siewior3-12/+15
2018-06-29ath9k: use timespec64 for tsf_tsArnd Bergmann5-17/+17
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 Valo21-112/+126
2018-06-14ath9k: debug: fix spelling mistake "WATHDOG" -> "WATCHDOG"Colin Ian King1-1/+1
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-13ath9k: mark expected switch fall-throughsGustavo A. R. Silva3-0/+4
2018-06-13ath6kl: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-06-13ath6kl: add support for Dell Wireless 1537Guy Chronister1-0/+1
2018-06-13ath5k: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-06-13ath10k: htt_tx: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook4-6/+7
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook3-4/+5
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds65-556/+4560
2018-06-03Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...David S. Miller43-367/+1604
2018-05-25wcn36xx: Add support for Factory Test Mode (FTM)Eyal Ilsar9-0/+332
2018-05-25ath10k: DFS Host ConfirmationSriram R5-10/+273
2018-05-25ath: add support to get the detected radar specificationsSriram R5-5/+10
2018-05-25wcn36xx: improve debug and error messages for SMDDaniel Mack1-4/+10
2018-05-25wcn36xx: simplify wcn36xx_smd_open()Daniel Mack1-9/+3
2018-05-25wcn36xx: drain pending indicator messages on shutdownDaniel Mack1-0/+6