summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
Commit message (Expand)AuthorAgeFilesLines
* ath10k: work around uninitialized vht_pfr variableArnd Bergmann2019-07-151-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-1/+1
|\
| * ath: fix SPDX tagsKalle Valo2019-06-261-1/+1
* | ath10k: pci: remove unnecessary castsKalle Valo2019-06-281-10/+6
* | ath10k: remove unnecessary 'out of memory' messageKalle Valo2019-06-281-3/+1
* | ath10k: destroy sdio workqueue while remove sdio moduleWen Gong2019-06-281-0/+3
* | ath10k: Move non-fatal warn logs to dbg level for SDIO chipWen Gong2019-06-281-1/+1
* | ath10k: Fix memory leak in qmiDundi Raviteja2019-06-281-0/+1
* | ath10k: add new hw_ops for sdio chipWen Gong2019-06-273-1/+6
* | ath10k: Add WMI diag fw logging support for WCN3990Govind Singh2019-06-256-0/+86
* | ath10k: add report MIC error for sdio chipWen Gong2019-06-251-1/+6
* | ath10k: add support for controlling tx power to a stationAshok Raj Nagarajan2019-06-253-0/+48
* | ath10k: Add peer delete response eventDundi Raviteja2019-06-256-2/+69
* | ath10k: wait for vdev delete response from firmwareRakesh Pillai2019-06-256-6/+41
* | ath10k: fix PCIE device wake up failedMiaoqing Pan2019-06-251-1/+1
* | ath10k: fix failure to set multiple fixed rateMiaoqing Pan2019-06-254-12/+108
* | ath10k: Change the warning message stringFabio Estevam2019-06-251-1/+1
* | ath10k: fix fw crash by moving chip reset after napi disabledMiaoqing Pan2019-06-251-4/+5
* | ath10k: add missing error handlingClaire Chang2019-06-251-0/+4
* | ath10k: enabling tx stats support over pktlogBalaji Pothunoori2019-06-253-1/+20
* | ath10k: acquire lock to fix lockdep's warningClaire Chang2019-06-251-3/+8
* | ath10k: change firmware file name for UTF mode of SDIO/USBWen Gong2019-06-252-1/+18
* | ath10k: add support for firmware crash recovery on SDIO chipWen Gong2019-06-252-2/+9
* | ath10k: Add wrapper function to ath10k debugVenkateswara Naralasetty2019-06-255-11/+28
* | ath10k: add htt_h2t_aggr_cfg_msg op for high latency devicesErik Stromdahl2019-06-251-0/+1
* | ath10k: add inline wrapper for htt_h2t_aggr_cfg_msgErik Stromdahl2019-06-253-8/+18
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-05-2722-59/+689
|\ \ | |/ |/|
| * ath10k: Check tx_stats before use itYingying Tang2019-05-071-0/+7
| * ath10k: add peer id check in ath10k_peer_find_by_idWen Gong2019-05-071-0/+3
| * ath10k: Add wmi tlv service map for mesh 11sSurabhi Vishnoi2019-05-071-0/+2
| * ath10k: Do not send probe response template for meshSurabhi Vishnoi2019-05-071-0/+4
| * ath10k: Add wmi tlv vdev subtype for mesh in WCN3990Surabhi Vishnoi2019-05-072-1/+33
| * ath10k: change swap mail box config for UTF mode of SDIOWen Gong2019-05-072-3/+13
| * ath10k: Fix the wrong value of enums for wmi tlv stats idSurabhi Vishnoi2019-05-071-3/+4
| * ath10k: coredump: use struct_size() helperGustavo A. R. Silva2019-05-071-2/+2
| * ath10k: Use struct_size() helperGustavo A. R. Silva2019-05-071-3/+1
| * ath10k: Fix encoding for protected management framesRakesh Pillai2019-05-071-1/+3
| * ath10k: rx_duration update for fw_stats debugfs entryBalaji Pothunoori2019-05-073-7/+35
| * ath10k: Fix the tx stats bytes & packets parsingBrandon Huang2019-05-071-3/+3
| * ath10k: Modify CE4 src buffer entries to 2048 for WCN3990Govind Singh2019-05-071-1/+1
| * ath10k: Move board id and fw version logging to info levelGovind Singh2019-05-071-7/+8
| * ath10k: Added support to reset HTT stats in debugfsMaharaja Kennadyrajan2019-05-074-4/+48
| * ath10k: Extended the HTT stats support to retrieve Mu-MIMO related statsMaharaja Kennadyrajan2019-05-073-7/+8
| * ath10k: fix incorrect multicast/broadcast rate settingPradeep kumar Chitrapu2019-04-291-3/+7
| * ath10k: enable QCA6174 hw3.2 SDIO hardwareWen Gong2019-04-293-1/+29
| * ath10k: add fragmentation handler for high latency devicesWen Gong2019-04-292-0/+243
| * ath10k: add PN replay protection for high latency devicesWen Gong2019-04-291-2/+95
| * ath10k: add handler for HTT_T2H_MSG_TYPE_SEC_IND eventWen Gong2019-04-291-0/+46
| * ath10k: add struct for high latency PN replay protectionWen Gong2019-04-292-4/+47
| * ath10k: sdio: add missing error checkErik Stromdahl2019-04-231-0/+5