aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller36-347/+866
2018-11-16ath10k: don't assume 'vif' is non-NULL in flush()Brian Norris1-1/+1
2018-11-06ath9k: Fix a locking bug in ath9k_add_interface()Dan Carpenter1-2/+1
2018-11-06ath9k: dynack: remove 'experimental' tagLorenzo Bianconi1-1/+1
2018-11-06ath9k: dynack: make ewma estimation fasterLorenzo Bianconi4-12/+29
2018-11-06ath9k: dynack: check da->enabled first in sampling routinesLorenzo Bianconi1-2/+2
2018-11-06ath9k: dynack: move debug log after buffer incrementsLorenzo Bianconi1-14/+12
2018-11-06ath9k: dynack: use authentication messages for 'late' ackLorenzo Bianconi1-1/+2
2018-11-06ath10k: fix struct init whitespace in SNOC driverBrian Norris1-6/+6
2018-11-06ath10k: don't assume this is a PCI dev in generic codeBrian Norris1-2/+1
2018-11-06ath10k: assign 'n_cipher_suites' for WCN3990Brian Norris1-0/+1
2018-11-06ath10k: ath10k_snoc_{read,write}32() should be staticBrian Norris2-4/+2
2018-11-06ath10k: snoc: fix unbalanced clock error handlingBrian Norris1-1/+1
2018-11-06ath10k: snoc: relax voltage requirementsBrian Norris1-4/+4
2018-11-06ath10k: snoc: fix unabalanced regulator error handlingBrian Norris1-54/+75
2018-11-06ath10k: snoc: remove 'wcn3990' from generic resource handlingBrian Norris2-21/+21
2018-11-06wil6210: fix locking in wmi_callLior David1-4/+5
2018-11-06wil6210: fix freeing of rx buffers in EDMA modeAhmad Masri1-30/+14
2018-11-06wil6210: remove unnecessary alignment code from rx flowAhmad Masri1-6/+4
2018-11-06wil6210: fix RGF_CAF_ICR address for Talyn-MBMaya Erez2-2/+10
2018-11-06wil6210: fix L2 RX status handlingMaya Erez1-11/+12
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