summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2019-02-07ath10k: fix dma unmap direction for management framesRakesh Pillai2-4/+4
2019-02-07ath10k: Enable bundle tx compl for management frames in WCN3990Rakesh Pillai2-1/+3
2019-02-07ath10k: Handle bundled tx completion for management framesRakesh Pillai5-0/+107
2019-02-07ath10k: update HOST capability qmi messageGovind Singh2-6/+257
2019-02-06Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.or...David S. Miller1-1/+1
2019-02-04ath10k: Add support for extended HTT aggr msg supportGovind Singh3-1/+61
2019-02-04ath10k: fix S5 power consumption issue for QCA9377Yu Wang1-1/+1
2019-02-04ath10k: Set DMA address mask to 35 bit for WCN3990Rakesh Pillai6-25/+84
2019-02-01wireless: remove unneeded semicolonYueHaibing1-1/+1
2019-01-31ath10k: correct bus type for WCN3990Brian Norris1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain4-11/+9
2018-12-20Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.or...David S. Miller14-61/+487
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-19ath10k: skip sending quiet mode cmd for WCN3990Rakesh Pillai5-2/+44
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller15-147/+436
2018-11-16ath10k: don't assume 'vif' is non-NULL in flush()Brian Norris1-1/+1
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-06ath10k: fix some typoYangtao Li1-2/+2
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