aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Merge tag 'wireless-drivers-for-davem-2019-02-04' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller1-1/+1
2019-01-31ath10k: correct bus type for WCN3990Brian Norris1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain6-24/+21
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds4-8/+8
2018-12-20Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller17-264/+532
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-2/+44
2018-12-20ath10k: add support to configure BB timing over wmiBhagavathi Perumal S4-0/+116
2018-12-20ath10k: fix tx_stats memory leakZhi Chen1-9/+13
2018-12-20ath10k: fix peer stats null pointer dereferenceZhi Chen2-3/+3
2018-12-20ath10k: remove an unnecessary NULL checkDan Carpenter1-1/+1
2018-12-20ath10k: move non-fatal warn logs to dbg levelGovind Singh1-1/+1
2018-12-20ath10k: fix a NULL vs IS_ERR() checkDan Carpenter1-2/+2
2018-12-20ath10k: remove work in progress logs from snoc driverGovind Singh2-3/+1
2018-12-20ath10k: fix warning due to msdu limit errorBhagavathi Perumal S4-4/+61
2018-12-20ath10k: disable 4addr source port learning in 10.4 FW by defaultSathishkumar Muruganandam3-1/+35
2018-12-20ath10k: report tx rate using ieee80211_tx_rate_update()Anilkumar Kolli3-5/+64
2018-12-20ath10k: add amsdu support for monitor modeYu Wang1-2/+186
2018-12-20ath10k: fix kernel panic due to use after freeKarthikeyan Periyasamy1-5/+5
2018-12-20ath10k: remove set but not used variable 'num_tdls_vifs'YueHaibing1-26/+0
2018-12-20wil6210: remove set but not used variable 'wdev'YueHaibing1-2/+0
2018-12-20wil6210: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-198/+42
2018-12-20ath6kl: Use debug instead of error message when disabledKyle Roeschley1-1/+1
2018-12-20ath6kl: Fix off by one error in scan completionKyle Roeschley1-1/+1
2018-12-20ath6kl: Only use match sets when firmware supports itKyle Roeschley1-1/+1
2018-12-19ath10k: skip sending quiet mode cmd for WCN3990Rakesh Pillai5-2/+44
2018-12-13ath6kl: add ath6kl_ prefix to crypto_typeSagi Grimberg4-8/+8
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