summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
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-10-05Merge ath-next from ath.gitKalle Valo14-140/+464
2015-09-29ath9k: Add support for OCB modeJan Kaisrlik7-6/+16
2015-09-29carl9170: fix bad rssi readingHiroaki KAWAI1-1/+1
2015-09-29ath9k: enable hw manual peak calibration for QCA9561Miaoqing Pan1-2/+4
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-27ath: use PRI value given by spec for fixed PRIPeter Oh3-7/+10
2015-09-27ath: fix incorrect PPB on JAPAN chirp radarPeter Oh1-1/+1
2015-09-18ath9k_htc: introduce support for different fw versionsOleksij Rempel3-26/+105
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-10drivers/net/wireless/ath/wil6210: use seq_hex_dump() to dump buffersAndy Shevchenko1-28/+7
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-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds74-1017/+5640
2015-08-26Merge ath-next from ath.gitKalle Valo16-95/+348
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-25ath9k_htc: do ani shortcalibratio if we got -ETIMEDOUTOleksij Rempel1-3/+10
2015-08-21Merge tag 'wireless-drivers-next-for-davem-2015-08-19' of git://git.kernel.or...David S. Miller49-694/+1737
2015-08-21ath5k: use DECLARE_EWMAJohannes Berg5-7/+8
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-18ath9k: add correct MAC/BB name for ar9561Miaoqing Pan1-0/+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-17wil6210: match wait_for_completion_timeout return typeNicholas Mc Guire1-1/+1
2015-08-17ath10k: split ap/ibss wep key install processMichal Kazior1-12/+32