aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-06wil6210: fix debugfs memory access alignmentAhmad Masri1-5/+10
2018-11-06wil6210: add general initialization/size checksAlexei Avshalom Lazar2-1/+3
2018-11-06wil6210: notify cqm packet loss on disable_ap_smeAhmad Masri1-0/+17
2018-11-06wil6210: refactor disconnect flowAhmad Masri5-72/+147
2018-11-06wil6210: fix memory leak in wil_find_tx_bcast_2Lior David1-0/+2
2018-11-06wil6210: add recovery for FW error while in AP modeDedy Lansky3-8/+120
2018-11-06wil6210: make sure Rx ring sizes are correlatedDedy Lansky4-7/+12
2018-11-06wil6210: increase RX rings and RX buff array sizeMaya Erez4-5/+11
2018-11-06wil6210: fix reset flow for Talyn-mbAlexei Avshalom Lazar1-4/+7
2018-11-06wil6210: remove fake support for RXHASHHamad Kadmany2-10/+1
2018-11-06ath10k: fix some typoYangtao Li1-2/+2
2018-11-05carl9170: tx: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-11-05carl9170: rx: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-05ath6kl: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-05ath9k: remove set but not used variable 'new_flags'zhong jiang1-3/+1
2018-11-05ath9k: hw: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-05ath9k: ar9002_phy: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2018-11-05ath9k: ar5008_phy: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-05ath10k: remove set but not used variable 'tlv_len'YueHaibing1-3/+0
2018-11-05ath10k: fix some spelling mistakesColin Ian King1-3/+3
2018-11-05ath10k: fixup extended per sta tx statisticsDan Carpenter1-2/+6
2018-11-05ath10k: fill the channel survey results for WCN3990 correctlyRakesh Pillai6-37/+120
2018-11-05ath10k: fix copy-paste error in ath10k_qmi_setup_msa_resources()Wei Yongjun1-1/+1
2018-11-05ath10k: assign proper firmware crash dump structureAnilkumar Kolli2-1/+15
2018-11-05ath10k: add memory dump support for QCA4019Anilkumar Kolli1-1/+102
2018-11-05ath10k: dump tx stats in rate table formatAnilkumar Kolli4-2/+29
2018-11-05ath10k: add support for WCN3990 firmware crash recoverySurabhi Vishnoi4-3/+47
2018-10-13ath10k: add QMI message handshake for wcn3990 clientGovind Singh8-13/+1419
2018-10-13ath10k: add debug mask for QMI layerGovind Singh1-0/+1
2018-10-13ath10k: add support to create boardname for non-bmi targetRakesh Pillai2-0/+10
2018-10-13ath10k: add qmi service helpers for wcn3990 qmi clientGovind Singh2-0/+2749
2018-10-13wil6210: fix debugfs_simple_attr.cocci warningsYueHaibing1-6/+8
2018-10-13ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann7-49/+49
2018-10-13ath10k: htt: remove some dead codeDan Carpenter1-2/+0
2018-10-13ath10k: allocate small size dma memory in ath10k_pci_diag_write_memCarl Huang1-12/+11
2018-10-13ath10k: add peer flush in ath10k_flush for STATIONWen Gong1-2/+13
2018-10-13ath10k: remove unnecessary comparison of unsigned integer with < 0Gustavo A. R. Silva1-1/+1
2018-10-13ath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_statsGustavo A. R. Silva1-1/+2
2018-10-13ath10k: management tx ack rssi capability checkBalaji Pothunoori1-2/+3
2018-10-13ath10k: support NET_DETECT WoWLAN featureWen Gong7-0/+700
2018-10-13ath10k: set probe request oui during driver startRakesh Pillai1-6/+8
2018-10-13ath10k: fix possible out of bound access of ath10k_rates arraySriram R1-15/+15
2018-10-04Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo45-464/+2083
2018-10-02Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller29-166/+860
2018-10-02ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau4-3/+17
2018-10-02ath10k: add missing sanity check on diag downloadBrian Norris1-0/+6
2018-10-02ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich1-1/+1
2018-10-02ath9k: FFT magnitude check: don't consider lower 3 data bitsSimon Wunderlich1-8/+11
2018-10-02ath9k: fix and simplify FFT max index retrievalSimon Wunderlich2-39/+23
2018-10-02ath9k: return when short FFT frame was handledSimon Wunderlich1-1/+1