aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-23ath10k: fix missing checks for bmi reads and writesKangjie Lu1-9/+32
2019-09-23ath10k: Add support to provide higher range mem chunks in wmi init commandSurabhi Vishnoi3-2/+34
2019-09-23ath10k: Add peer param map for tlv and non-tlvRakesh Pillai7-9/+84
2019-09-21ath10k: Enable MSA region dump support for WCN3990Govind Singh5-0/+93
2019-09-21ath10k: Add xo calibration support for wifi rf clockGovind Singh3-0/+25
2019-09-17ath10k: fix spelling mistake "eanble" -> "enable"Colin Ian King1-1/+1
2019-09-17ath10k: fix latency issue for QCA988xMiaoqing Pan1-6/+9
2019-09-17ath10k: add cleanup in ath10k_sta_state()Wenwen Wang1-1/+5
2019-09-17ath10k: revalidate the msa region coming from firmwareGovind Singh1-0/+15
2019-09-17ath10k: use ath10k_pci_soc_ functions for all warm_reset instancesTomislav Požega1-15/+11
2019-09-17ath10k: Use ARRAY_SIZEVasyl Gomonovych1-2/+1
2019-09-17ath10k: avoid leaving .bss_info_changed prematurelySven Eckelmann1-26/+36
2019-09-17ath10k: Use standard bulk clock API in snocBjorn Andersson2-115/+21
2019-09-17ath10k: Use standard regulator bulk API in snocBjorn Andersson2-170/+27
2019-09-17ath10k: snoc: skip regulator operationsBjorn Andersson2-23/+6
2019-09-17ath10k: Fix HOST capability QMI incompatibilityBjorn Andersson5-3/+45
2019-09-17ath10k: Check if station exists before forwarding tx airtime reportHauke Mehrtens1-1/+1
2019-09-12ath10k: fix channel info parsing for non tlv targetRakesh Pillai3-9/+17
2019-09-12ath10k: adjust skb length in ath10k_sdio_mbox_rx_packetNicolas Boichat1-8/+21
2019-09-12ath10k: free beacon buf later in vdev teardownBen Greear1-4/+5
2019-09-10ath10k: add reorder and change PN check logic for mac80211Wen Gong1-2/+89
2019-09-10ath10k: add mic bytes for pmf management packetWen Gong1-0/+8
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach1-1/+2
2019-07-15ath10k: work around uninitialized vht_pfr variableArnd Bergmann1-0/+2
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-28ath10k: pci: remove unnecessary castsKalle Valo1-10/+6
2019-06-28ath10k: remove unnecessary 'out of memory' messageKalle Valo1-3/+1
2019-06-28ath10k: destroy sdio workqueue while remove sdio moduleWen Gong1-0/+3
2019-06-28ath10k: Move non-fatal warn logs to dbg level for SDIO chipWen Gong1-1/+1
2019-06-28ath10k: Fix memory leak in qmiDundi Raviteja1-0/+1
2019-06-27ath10k: add new hw_ops for sdio chipWen Gong3-1/+6
2019-06-26ath: fix SPDX tagsKalle Valo1-1/+1
2019-06-25ath10k: Add WMI diag fw logging support for WCN3990Govind Singh6-0/+86
2019-06-25ath10k: add report MIC error for sdio chipWen Gong1-1/+6
2019-06-25ath10k: add support for controlling tx power to a stationAshok Raj Nagarajan3-0/+48
2019-06-25ath10k: Add peer delete response eventDundi Raviteja6-2/+69
2019-06-25ath10k: wait for vdev delete response from firmwareRakesh Pillai6-6/+41
2019-06-25ath10k: fix PCIE device wake up failedMiaoqing Pan1-1/+1
2019-06-25ath10k: fix failure to set multiple fixed rateMiaoqing Pan4-12/+108
2019-06-25ath10k: Change the warning message stringFabio Estevam1-1/+1
2019-06-25ath10k: fix fw crash by moving chip reset after napi disabledMiaoqing Pan1-4/+5
2019-06-25ath10k: add missing error handlingClaire Chang1-0/+4
2019-06-25ath10k: enabling tx stats support over pktlogBalaji Pothunoori3-1/+20
2019-06-25ath10k: acquire lock to fix lockdep's warningClaire Chang1-3/+8
2019-06-25ath10k: change firmware file name for UTF mode of SDIO/USBWen Gong2-1/+18
2019-06-25ath10k: add support for firmware crash recovery on SDIO chipWen Gong2-2/+9
2019-06-25ath10k: Add wrapper function to ath10k debugVenkateswara Naralasetty5-11/+28
2019-06-25ath10k: add htt_h2t_aggr_cfg_msg op for high latency devicesErik Stromdahl1-0/+1
2019-06-25ath10k: add inline wrapper for htt_h2t_aggr_cfg_msgErik Stromdahl3-8/+18
2019-05-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo22-59/+689