summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2018-07-31ath9k_hw: set spectral scan enable bit on trigger for AR9003+Felix Fietkau1-0/+2
2018-07-31ath6kl: replace GFP_ATOMIC with GFP_KERNEL in ath6kl_bmi_init()Jia-Ju Bai1-1/+1
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-30ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and statsColin Ian King3-12/+3
2018-07-30ath5k: remove redundant pointer rfColin Ian King1-5/+0
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 Valo38-768/+4612
2018-07-24Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller22-130/+144
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller3-3/+16
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-07-02wcn36xx: drop unnecessary initialization of variablesDaniel Mack2-41/+38
2018-07-02wil6210: remove crash dump collection from OTP sectionMaya Erez3-45/+47
2018-07-02wil6210: add support for Talyn-MB boot flowMaya Erez2-32/+171
2018-07-02wil6210: add support for enhanced DMA debugfsMaya Erez1-40/+307
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