summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
Commit message (Expand)AuthorAgeFilesLines
* ath10k: add QCA9377 chipset supportBartosz Markowski2015-10-294-0/+48
* ath10k: reload HT/VHT capabilities on antenna changeRajkumar Manoharan2015-10-291-11/+28
* ath10k: move static HT/VHT capability setup functionsRajkumar Manoharan2015-10-291-140/+140
* ath10k: fill HT/VHT MCS rateset only for configured chainmaskRajkumar Manoharan2015-10-291-3/+5
* ath10k: remove supported chain maskRajkumar Manoharan2015-10-293-16/+9Star
* ath10k: remove shadow copy of CE descriptors for source ringRajkumar Manoharan2015-10-293-33/+0Star
* ath10k: cleanup copy engine send completionRajkumar Manoharan2015-10-293-50/+12Star
* ath10k: remove send completion validation in diag read/writeRajkumar Manoharan2015-10-291-20/+0Star
* ath10k: use local memory instead of shadow descriptor in ce_sendRajkumar Manoharan2015-10-291-7/+6Star
* ath10k: add fw_stats support to 10.4 firmwareManikanta Pubbisetty2015-10-293-0/+358
* ath10k: add FW API support to test modeAlan Liu2015-10-295-21/+205
* ath10k: enable adaptive CCAMaharaja2015-10-286-0/+85
* Merge tag 'wireless-drivers-next-for-davem-2015-10-27' of git://git.kernel.or...David S. Miller2015-10-2823-521/+1614
|\
| * Merge ath-next from ath.gitKalle Valo2015-10-2123-521/+1614
| |\
| | * ath10k: make fw stats prints specific to firmware versionManikanta Pubbisetty2015-10-196-259/+414
| | * ath10k: disable PCI PS for QCA988X and QCA99X0Anilkumar Kolli2015-10-192-1/+88
| | * ath10k: remove htc polling for tx completionRajkumar Manoharan2015-10-164-43/+7Star
| | * ath10k: remove unused dl_is_polledRajkumar Manoharan2015-10-164-17/+9Star
| | * ath10k: configure copy engine 5 for HTT messagesRajkumar Manoharan2015-10-161-11/+59
| | * ath10k: export htt tx rx handlersRajkumar Manoharan2015-10-163-0/+8
| | * ath10k: register per copy engine receive callbacksRajkumar Manoharan2015-10-167-51/+12Star
| | * ath10k: register per copy engine send completion callbacksRajkumar Manoharan2015-10-166-17/+13Star
| | * ath10k: export htc tx rx handlersRajkumar Manoharan2015-10-162-4/+6
| | * ath10k: cleanup ath10k_mac_register() error handlingJeff Johnson2015-10-141-2/+8
| | * ath10k: fix cleanup in ath10k_thermal_unregisterMohammed Shafi Shajakhan2015-10-141-1/+1
| | * ath10k: select board data based on BMI chip id and board idManikanta Pubbisetty2015-10-144-8/+93
| | * ath10k: add board 2 API supportManikanta Pubbisetty2015-10-145-49/+250
| | * ath10k: use station's current operating mode from assoc requestVivek Natarajan2015-10-091-2/+3
| | * ath10k: optimize ce_lock on post rx buffer processingRajkumar Manoharan2015-10-092-20/+9Star
| | * ath10k: increase pci wakeup timeout to 30 msMaharaja Kennadyrajan2015-10-092-2/+7
| | * ath10k: use pre-allocated DMA buffer in TxPeter Oh2015-10-063-26/+28
| | * ath10k: use Rx decap mode configured when driver registeredPeter Oh2015-10-061-1/+1
| | * ath10k: implement debugfs interface for Transmit Power Control statsMaharaja Kennadyrajan2015-10-066-1/+573
| | * ath10k: add a_sle32_to_cpu()Kalle Valo2015-10-061-1/+20
| | * ath10k: split an unnecessary long lineKalle Valo2015-10-061-1/+2
| | * ath10k: fix whitespace usageKalle Valo2015-10-063-2/+4
| | * ath10k: remove void function return statementsKalle Valo2015-10-061-2/+0Star
| | * ath10k: brace style fixesKalle Valo2015-10-062-6/+5Star
| | * ath10k: indentation fixesKalle Valo2015-10-064-10/+10
| | * ath10k: fix checkpatch warning about logical continuationsKalle Valo2015-10-061-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-2/+2
|\ \ \ | |/ / |/| |
| * | ath10k: fix DMA related firmware crashes on multiple devicesFelix Fietkau2015-09-261-2/+2
* | | Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or...David S. Miller2015-10-1311-132/+453
|\ \ \ | | |/ | |/|
| * | ath10k: fix MSI-X registering for qca99x0Janusz Dziedzic2015-09-272-23/+5Star
| * | ath10k: fix ldpc param for fixed rateRajkumar Manoharan2015-09-271-2/+11
| * | ath10k: add ATH10K_FW_FEATURE_RAW_MODE_SUPPORT to ath10k_core_fw_feature_str[]Kalle Valo2015-09-171-0/+5
| * | ath10k: handle IEEE80211_CHANCTX_CHANGE_WIDTH properlyMichal Kazior2015-09-171-0/+64
| * | ath10k: split switch_vif_chanctx gutsMichal Kazior2015-09-171-79/+89
| * | ath10k: move hw_scan worker queuingMichal Kazior2015-09-171-3/+5
| * | ath10k: implement mesh supportBob Copeland2015-09-172-1/+47