summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2015-10-16ath10k: remove htc polling for tx completionRajkumar Manoharan4-43/+7
2015-10-16ath10k: remove unused dl_is_polledRajkumar Manoharan4-17/+9
2015-10-16ath10k: configure copy engine 5 for HTT messagesRajkumar Manoharan1-11/+59
2015-10-16ath10k: export htt tx rx handlersRajkumar Manoharan3-0/+8
2015-10-16ath10k: register per copy engine receive callbacksRajkumar Manoharan7-51/+12
2015-10-16ath10k: register per copy engine send completion callbacksRajkumar Manoharan6-17/+13
2015-10-16ath10k: export htc tx rx handlersRajkumar Manoharan2-4/+6
2015-10-14ath10k: cleanup ath10k_mac_register() error handlingJeff Johnson1-2/+8
2015-10-14ath10k: fix cleanup in ath10k_thermal_unregisterMohammed Shafi Shajakhan1-1/+1
2015-10-14ath10k: select board data based on BMI chip id and board idManikanta Pubbisetty4-8/+93
2015-10-14ath10k: add board 2 API supportManikanta Pubbisetty5-49/+250
2015-10-09ath10k: use station's current operating mode from assoc requestVivek Natarajan1-2/+3
2015-10-09ath10k: optimize ce_lock on post rx buffer processingRajkumar Manoharan2-20/+9
2015-10-09ath10k: increase pci wakeup timeout to 30 msMaharaja Kennadyrajan2-2/+7
2015-10-06ath10k: use pre-allocated DMA buffer in TxPeter Oh3-26/+28
2015-10-06ath10k: use Rx decap mode configured when driver registeredPeter Oh1-1/+1
2015-10-06ath10k: implement debugfs interface for Transmit Power Control statsMaharaja Kennadyrajan6-1/+573
2015-10-06ath10k: add a_sle32_to_cpu()Kalle Valo1-1/+20
2015-10-06ath10k: split an unnecessary long lineKalle Valo1-1/+2
2015-10-06ath10k: fix whitespace usageKalle Valo3-2/+4
2015-10-06ath10k: remove void function return statementsKalle Valo1-2/+0
2015-10-06ath10k: brace style fixesKalle Valo2-6/+5
2015-10-06ath10k: indentation fixesKalle Valo4-10/+10
2015-10-06ath10k: fix checkpatch warning about logical continuationsKalle Valo1-2/+2
2015-09-27ath10k: fix MSI-X registering for qca99x0Janusz Dziedzic2-23/+5
2015-09-27ath10k: fix ldpc param for fixed rateRajkumar Manoharan1-2/+11
2015-09-17ath10k: add ATH10K_FW_FEATURE_RAW_MODE_SUPPORT to ath10k_core_fw_feature_str[]Kalle Valo1-0/+5
2015-09-17ath10k: handle IEEE80211_CHANCTX_CHANGE_WIDTH properlyMichal Kazior1-0/+64
2015-09-17ath10k: split switch_vif_chanctx gutsMichal Kazior1-79/+89
2015-09-17ath10k: move hw_scan worker queuingMichal Kazior1-3/+5
2015-09-17ath10k: implement mesh supportBob Copeland2-1/+47
2015-09-17ath10k: check for encryption before adding MIC_LENBob Copeland1-1/+2
2015-09-17ath10k: enable monitor when OTHER_BSS requestedBob Copeland1-0/+1
2015-09-09ath10k: print invalid mcs reported in rx descriptorManikanta Pubbisetty1-0/+23
2015-09-09ath10k: fix beamformer VHT sounding dimensions capabilityBartosz Markowski1-2/+19
2015-09-09ath10k: fix beamformee VHT STS capabilityBartosz Markowski1-2/+20
2015-09-09ath10k: drop probe responses when too many are queuedVivek Natarajan5-11/+68
2015-09-09ath10k: fix DMA alloc failure for target requested memory chunksVasanthakumar Thiagarajan3-6/+72
2015-09-09ath10k: fix mu-mimo rx status reportingMichal Kazior1-2/+22
2015-08-26ath10k: fix compilation warnings in wmi phyerr pull functionRaja Mani1-2/+2
2015-08-26ath10k: add qca6164 supportMichal Kazior3-0/+25
2015-08-26ath10k: add spectral scan support for 10.4 fwRaja Mani2-0/+11
2015-08-26ath10k: fix dma_mapping_error() handlingMichal Kazior4-5/+16
2015-08-26ath10k: add missing mutex unlock on failpathMichal Kazior1-1/+2
2015-08-19ath10k: free collected fw stats memory if .pull_fw_stats failsRaja Mani1-2/+1
2015-08-19ath10k: ensure pktlog disable cmd reaches fw before pdev suspendRaja Mani1-1/+1
2015-08-17ath10k: fill in wmi 10.4 command handlers for addba/delba debug commandsVasanthakumar Thiagarajan1-0/+4
2015-08-17ath10k: handle 10.4 firmware phyerr eventRaja Mani2-0/+84
2015-08-17ath10k: refactor phyerr event handlersRaja Mani6-67/+149
2015-08-17ath10k: split ap/ibss wep key install processMichal Kazior1-12/+32