summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-for-davem-2019-02-04' of git://git.kernel.org/pub...David S. Miller2019-02-041-1/+1
|\
| * ath10k: correct bus type for WCN3990Brian Norris2019-01-311-1/+1
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-084-11/+9
|/
* Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.or...David S. Miller2018-12-2014-61/+487
|\
| * ath10k: add support to configure BB timing over wmiBhagavathi Perumal S2018-12-204-0/+116
| * ath10k: fix tx_stats memory leakZhi Chen2018-12-201-9/+13
| * ath10k: fix peer stats null pointer dereferenceZhi Chen2018-12-202-3/+3
| * ath10k: remove an unnecessary NULL checkDan Carpenter2018-12-201-1/+1
| * ath10k: move non-fatal warn logs to dbg levelGovind Singh2018-12-201-1/+1
| * ath10k: fix a NULL vs IS_ERR() checkDan Carpenter2018-12-201-2/+2
| * ath10k: remove work in progress logs from snoc driverGovind Singh2018-12-202-3/+1
| * ath10k: fix warning due to msdu limit errorBhagavathi Perumal S2018-12-204-4/+61
| * ath10k: disable 4addr source port learning in 10.4 FW by defaultSathishkumar Muruganandam2018-12-203-1/+35
| * ath10k: report tx rate using ieee80211_tx_rate_update()Anilkumar Kolli2018-12-203-5/+64
| * ath10k: add amsdu support for monitor modeYu Wang2018-12-201-2/+186
| * ath10k: fix kernel panic due to use after freeKarthikeyan Periyasamy2018-12-201-5/+5
| * ath10k: remove set but not used variable 'num_tdls_vifs'YueHaibing2018-12-201-26/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-205-2/+44
|\ \ | |/ |/|
| * ath10k: skip sending quiet mode cmd for WCN3990Rakesh Pillai2018-12-195-2/+44
* | Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller2018-12-0315-147/+436
|\ \ | |/ |/|
| * ath10k: fix struct init whitespace in SNOC driverBrian Norris2018-11-061-6/+6
| * ath10k: don't assume this is a PCI dev in generic codeBrian Norris2018-11-061-2/+1
| * ath10k: assign 'n_cipher_suites' for WCN3990Brian Norris2018-11-061-0/+1
| * ath10k: ath10k_snoc_{read,write}32() should be staticBrian Norris2018-11-062-4/+2
| * ath10k: snoc: fix unbalanced clock error handlingBrian Norris2018-11-061-1/+1
| * ath10k: snoc: relax voltage requirementsBrian Norris2018-11-061-4/+4
| * ath10k: snoc: fix unabalanced regulator error handlingBrian Norris2018-11-061-54/+75
| * ath10k: snoc: remove 'wcn3990' from generic resource handlingBrian Norris2018-11-062-21/+21
| * ath10k: fix some typoYangtao Li2018-11-061-2/+2
| * ath10k: remove set but not used variable 'tlv_len'YueHaibing2018-11-051-3/+0
| * ath10k: fix some spelling mistakesColin Ian King2018-11-051-3/+3
| * ath10k: fixup extended per sta tx statisticsDan Carpenter2018-11-051-2/+6
| * ath10k: fill the channel survey results for WCN3990 correctlyRakesh Pillai2018-11-056-37/+120
| * ath10k: fix copy-paste error in ath10k_qmi_setup_msa_resources()Wei Yongjun2018-11-051-1/+1
| * ath10k: assign proper firmware crash dump structureAnilkumar Kolli2018-11-052-1/+15
| * ath10k: add memory dump support for QCA4019Anilkumar Kolli2018-11-051-1/+102
| * ath10k: dump tx stats in rate table formatAnilkumar Kolli2018-11-054-2/+29
| * ath10k: add support for WCN3990 firmware crash recoverySurabhi Vishnoi2018-11-054-3/+47
* | ath10k: don't assume 'vif' is non-NULL in flush()Brian Norris2018-11-161-1/+1
|/
* ath10k: add QMI message handshake for wcn3990 clientGovind Singh2018-10-138-13/+1419
* ath10k: add debug mask for QMI layerGovind Singh2018-10-131-0/+1
* ath10k: add support to create boardname for non-bmi targetRakesh Pillai2018-10-132-0/+10
* ath10k: add qmi service helpers for wcn3990 qmi clientGovind Singh2018-10-132-0/+2749
* ath10k: htt: remove some dead codeDan Carpenter2018-10-131-2/+0
* ath10k: allocate small size dma memory in ath10k_pci_diag_write_memCarl Huang2018-10-131-12/+11
* ath10k: add peer flush in ath10k_flush for STATIONWen Gong2018-10-131-2/+13
* ath10k: remove unnecessary comparison of unsigned integer with < 0Gustavo A. R. Silva2018-10-131-1/+1
* ath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_statsGustavo A. R. Silva2018-10-131-1/+2
* ath10k: management tx ack rssi capability checkBalaji Pothunoori2018-10-131-2/+3
* ath10k: support NET_DETECT WoWLAN featureWen Gong2018-10-137-0/+700