summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/core.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-16ath10k: track vif list internallyMichal Kazior1-0/+1
2013-10-09ath10k: remove unneded semicolon from ath10k_core_fetch_firmware_api_n()Fengguang Wu1-1/+1
2013-10-09ath10k: fix ath10k_debug_start() lockingKalle Valo1-0/+12
2013-10-08ath10k: fix possible memory leak in new FW loadingMichal Kazior1-3/+6
2013-10-08ath10k: fix printf format stringMichal Kazior1-2/+2
2013-09-30ath10k: implement firmware IE container supportKalle Valo1-1/+183
2013-09-30ath10k: store separate pointers for firmware dataKalle Valo1-14/+29
2013-09-30ath10k: rename board_data in struct ath10kKalle Valo1-9/+9
2013-09-27ath10k: bring back the WMI path for mgmt framesBartosz Markowski1-0/+3
2013-09-27ath10k: drop the fw versioning sanity checkBartosz Markowski1-25/+0
2013-09-12ath10k: cleanup debug messages in core.cKalle Valo1-3/+6
2013-09-12ath10k: rename ATH10K_DBG_CORE to BOOTKalle Valo1-3/+3
2013-09-06ath10k: set the UART baud rate to 19200Bartosz Markowski1-0/+7
2013-09-06ath10k: implement ath10k_debug_start/stop()Kalle Valo1-0/+6
2013-09-03ath10k: check chip id from the soc register during probeKalle Valo1-1/+34
2013-08-12ath10k: Remove qca98xx hw1.0 supportBartosz Markowski1-11/+0
2013-07-30ath10k: implement device recoveryMichal Kazior1-0/+30
2013-07-30ath10k: store firmware files in memoryMichal Kazior1-52/+105
2013-07-30ath10k: defer hw setup to start/stop mac80211 hooksMichal Kazior1-9/+37
2013-07-30ath10k: move free_vdev_map initializationMichal Kazior1-2/+2
2013-07-30ath10k: decouple suspend codeMichal Kazior1-28/+0
2013-07-30ath10k: reset BMI state upon initMichal Kazior1-0/+2
2013-07-30ath10k: decouple core start/stop logicMichal Kazior1-12/+32
2013-07-30ath10k: embed HTT struct inside ath10kMichal Kazior1-6/+6
2013-07-30ath10k: embed HTC struct inside ath10kMichal Kazior1-16/+12
2013-07-30ath10k: remove ath10k_busMichal Kazior1-2/+0
2013-06-12ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devicesKalle Valo1-0/+665