summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds32-261/+3373
2018-05-25ath10k: DFS Host ConfirmationSriram R5-10/+273
2018-05-25ath: add support to get the detected radar specificationsSriram R1-1/+1
2018-05-25ath10k: remove useless test before clk_disable_unprepareYueHaibing1-6/+3
2018-05-25ath10k: add support to configure channel dwell timePradeep Kumar Chitrapu2-3/+21
2018-05-25ath10k: add memory dump support for QCA9888 and QCA99X0Anilkumar Kolli1-0/+98
2018-05-14ath10k: re-enable the firmware fallback mechanism for testmodeAndres Rodriguez1-1/+1
2018-05-14ath10k: use firmware_request_nowarn() to load firmwareAndres Rodriguez1-1/+1
2018-05-12ath10k: replace bit shifts with the BIT() macro for rx desc bitsGovind Singh1-67/+69
2018-05-12ath10k: hw: make consistent usage of ATH10K_FW_DIR in pathsMarcus Folkesson1-2/+2
2018-05-12ath10k: remove variables which set but not usedKenneth Lu1-10/+2
2018-05-12ath10k: fix return value check in wake_tx_q opErik Stromdahl1-1/+1
2018-05-12ath10k: snoc: Remove owner assignment from platform_driverFabio Estevam1-1/+0
2018-05-12ath10k: add quiet mode support for QCA6174/QCA9377Yu Wang2-1/+48
2018-04-27ath10k: sdio: jump to correct label in error handling pathNiklas Cassel1-1/+1
2018-04-27ath10k: fix spelling mistake: "servive" -> "service"Colin Ian King1-1/+1
2018-04-27ath10k: fix kernel panic while reading tpc_statsTamizh Chelvam3-2/+14
2018-04-27ath10k: fix information leak in debugfsVenkateswara Naralasetty2-25/+25
2018-04-24ath10k: enable sta idle power saveGovind Singh1-0/+7
2018-04-24ath10k: enable SRRI/DRRI support on ddr for WCN3990Govind Singh6-9/+142
2018-04-24ath10k: add support for shadow register for WNC3990Rakesh Pillai2-2/+145
2018-04-24ath10k: add hw params for shadow register supportRakesh Pillai2-0/+18
2018-04-24ath10k: enable hw checksum for wcn3990Rakesh Pillai2-2/+18
2018-04-24ath10k: convert wow pattern from 802.3 to 802.11Wen Gong2-5/+137
2018-04-24ath10k: support MAC address randomization in scanCarl Huang6-0/+89
2018-04-24ath10k: add WMI_SERVICE_AVAILABLE_EVENT supportCarl Huang5-6/+431
2018-04-19ath10k: fix fw path name for WCN3990 targetGovind Singh1-1/+1
2018-04-19ath10k: add inlined wrappers for htt rx opsErik Stromdahl2-7/+44
2018-04-19ath10k: add inlined wrappers for htt tx opsErik Stromdahl4-9/+60
2018-04-19ath10k: search all IEs for variant before falling backThomas Hebb1-62/+72
2018-04-19ath10k: fix a typo in ath10k_wmi_set_wmm_param()Maharaja Kennadyrajan1-1/+1
2018-04-19ath10k: correct target assert problem due to CE5 stuckManikanta Pubbisetty1-1/+1
2018-04-19ath10k: vote for hardware resources for WCN3990Govind Singh2-1/+331
2018-04-19ath10k: check all CE for data if irq summary is not retainedRakesh Pillai3-3/+23
2018-04-19ath10k: add support to get target info from hif opsRakesh Pillai3-0/+31
2018-04-19ath10k: modify hif tx paddr to dma_addr_t typeGovind Singh2-5/+5
2018-04-19ath10k: add hif rx methods for wcn3990Govind Singh1-18/+153
2018-04-19ath10k: add hif tx methods for wcn3990Govind Singh1-3/+120
2018-04-19ath10k: add hif power-up/power-down methodsGovind Singh1-0/+61
2018-04-19ath10k: map HTC services to tx/rx pipes for wcn3990Govind Singh1-0/+168
2018-04-19ath10k: add HTC services for WCN3990Govind Singh2-0/+10
2018-04-19ath10k: add hif start/stop methods for wcn3990 snoc layerGovind Singh1-2/+187
2018-04-19ath10k: add resource init and deinit for WCN3990Govind Singh1-0/+271
2018-04-19ath10k: platform driver for WCN3990 SNOC WLAN moduleGovind Singh4-0/+240
2018-04-19ath10k: build ce layer in ath10k core moduleGovind Singh3-2/+28
2018-04-19ath10k: Add tx ack signal support for management framesVenkateswara Naralasetty5-1/+36
2018-04-10ath10k: fix spelling mistake: "tiggers" -> "triggers"Colin Ian King1-1/+1
2018-04-10ath10k: sdio: fix memory leak for probe allocationsMarcus Folkesson1-15/+9
2018-04-10ath10k: avoid possible string overflowArnd Bergmann1-2/+2
2018-03-29ath10k: fix vdev stats for 10.4 firmwareRajkumar Manoharan4-21/+184