aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2018-09-06ath10k: htt: High latency TX supportErik Stromdahl1-0/+92
2018-09-06ath10k: htt: RX ring config HL supportErik Stromdahl1-0/+52
2018-09-06ath10k: add HTT RX HL opsErik Stromdahl1-1/+6
2018-09-06ath10k: add HTT TX HL opsErik Stromdahl1-1/+7
2018-09-06ath10k: DMA related fixes for high latency devicesErik Stromdahl3-9/+16
2018-09-06ath10k: add per target config of max_num_peersErik Stromdahl1-5/+12
2018-09-06ath10k: use hw_params.num_peers for num_tids in TLV initErik Stromdahl1-1/+4
2018-09-06ath10k: add bus type check in ath10k_init_hw_paramsErik Stromdahl3-9/+24
2018-09-06ath10k: add device type enum to ath10k_bus_paramsErik Stromdahl7-0/+13
2018-09-06ath10k: add struct ath10k_bus_paramsErik Stromdahl7-20/+29
2018-09-06ath10k: download firmware via diag Copy Engine for QCA6174 and QCA9377.Carl Huang5-6/+288
2018-09-06ath10k: support to access target space below 1M for qca6174 and qca9377Carl Huang1-2/+17
2018-09-06ath10k: optimize pci diag mem read & write operationsCarl Huang2-19/+24
2018-09-06ath10k: average ack rssi support for data framesBalaji Pothunoori5-4/+44
2018-09-06ath10k: avoid possible memory access violationK.T.VIJAYAKUMAAR1-0/+7
2018-09-06ath10k: add debugfs support to dump per sta tx statsAnilkumar Kolli1-0/+101
2018-09-06ath10k: add extended per sta tx statistics supportAnilkumar Kolli4-3/+158
2018-09-06ath10k: add debugfs entry to enable extended tx statsAnilkumar Kolli3-1/+71
2018-09-06ath10k: get the legacy rate index to update the txrate tableAnilkumar Kolli1-14/+10
2018-09-06wil6210: fix unsigned cid comparison with >= 0Gustavo A. R. Silva2-2/+2
2018-09-06ath10k: enable pktlog for WCN3990 targetGovind Singh3-4/+74
2018-09-06ath10k: introduce CE_ATTR_POLL attribute for polling pipeGovind Singh3-9/+22
2018-09-06ath10k: support extended board data download for dual-band QCA9984Sathishkumar Muruganandam5-41/+223
2018-09-06ath10k: refactoring needed for extended board data downloadSathishkumar Muruganandam1-201/+201
2018-09-04wireless: remove unnecessary unlikely()Igor Stoppa2-4/+4
2018-09-03ath10k: allow ATH10K_SNOC with COMPILE_TESTNiklas Cassel1-1/+2
2018-09-03ath6kl: convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-09-03ath10k: add waiting htt tx complete before wow enableWen Gong3-9/+16
2018-09-03ath10k: retrieve MAC address from system firmware if providedBrian Norris2-1/+5
2018-08-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo26-160/+856
2018-08-28ath10k: limit available channels via DT ieee80211-freq-limitSven Eckelmann1-0/+2
2018-08-28wil6210: fix invalid memory access for rx_buff_mgmt debugfsDedy Lansky1-0/+3
2018-08-28wil6210: add FT roam support for AP and stationAhmad Masri8-57/+735
2018-08-28wil6210: fix RX buffers release and unmapMaya Erez1-5/+10
2018-08-28wil6210: prevent usage of tx ring 0 for eDMAMaya Erez2-4/+9
2018-08-28wil6210: allocate rx reorder buffer only if rx reorder is enabledMaya Erez1-5/+7
2018-08-28wil6210: set edma variables only for Talyn-MB devicesMaya Erez2-2/+1
2018-08-28wil6210: drop Rx multicast packets that are looped-back to STADedy Lansky1-1/+8
2018-08-28wil6210: add support for channel 4Alexei Avshalom Lazar4-1/+26
2018-08-28wil6210: remove reset file from debugfsKarthick Gopalasubramanian1-27/+0
2018-08-28ath6kl: Remove unnecessary parenthesesVarsha Rao1-1/+1
2018-08-28ath9k: fix tx99 with monitor mode interfaceFelix Fietkau4-20/+4
2018-08-28ath9k: remove unused array firstep_tableColin Ian King1-4/+0
2018-08-28ath9k: Remove unnecessary parenthesesVarsha Rao1-1/+1
2018-08-28ath10k: use struct_size() in kzalloc()Gustavo A. R. Silva1-16/+8
2018-08-28ath10k: schedule hardware restart if WMI command times outMartin Willi1-0/+6
2018-08-28ath10k: skip resetting rx filter for WCN3990Rakesh Pillai2-1/+21
2018-08-28cfg80211: Add support for 60GHz band channels 5 and 6Alexei Avshalom Lazar1-1/+1
2018-08-24wcn36xx: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-10/+9
2018-08-24wcn36xx: Use kmemdup instead of duplicating it in wcn36xx_smd_process_ptt_msg_rspYueHaibing1-2/+2