aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-02wil6210: add support for enhanced DMA RX data flowsGidon Studinski15-40/+939
2018-07-02wil6210: add support for enhanced DMA TX data flowsMaya Erez8-128/+750
2018-07-02wil6210: initialize TX and RX enhanced DMA ringsGidon Studinski13-113/+1513
2018-07-02wil6210: add support for enhanced DMA structuresGidon Studinski10-319/+696
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-28wcn36xx: Remove Unicode Byte Order Mark from testcodeGeert Uytterhoeven1-1/+1
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 Efrat3-18/+18
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
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-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook4-6/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-4/+5