summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/core.c
Commit message (Expand)AuthorAgeFilesLines
* ath10k: perform hw restart lazilyMichal Kazior2014-05-271-1/+4
* ath10k: make core registering asyncMichal Kazior2014-05-261-12/+31
* ath10k: relocate core create/destroy functionsMichal Kazior2014-05-261-64/+64
* ath10k: fix core start sequenceMichal Kazior2014-05-231-46/+55
* ath10k: skip suspending when recoveringMichal Kazior2014-04-241-2/+4
* ath10k: print chip id during bootKalle Valo2014-03-281-3/+6
* ath10k: add otp and firmware boot error messagesBen Greear2014-03-281-4/+11
* ath10k: better firmware loading error messagesBen Greear2014-03-281-16/+20
* ath10k: check otp.bin resultKalle Valo2014-03-211-5/+16
* ath10k: separate result parameter in ath10k_bmi_execute()Kalle Valo2014-03-211-4/+2
* ath10k: suspend hardware before resetMarek Puzyniak2014-02-131-0/+24
* ath10k: refactor suspend/resume functionsMarek Puzyniak2014-02-131-4/+2
* ath10k: Print out firmware feature bits from IE.Ben Greear2014-02-041-1/+5
* ath10k: show hardware and firmware info prints only onceKalle Valo2013-11-201-4/+8
* ath10k: make core boot messages more compactKalle Valo2013-11-201-6/+10
* ath10k: fix core init failpathMichal Kazior2013-11-121-3/+13
* ath10k: Fix un-initialized debug objects.Ben Greear2013-11-081-2/+2
* ath10k: fix NULL deref upon early FW crashMichal Kazior2013-10-211-1/+2
* ath10k: track vif list internallyMichal Kazior2013-10-161-0/+1
* ath10k: remove unneded semicolon from ath10k_core_fetch_firmware_api_n()Fengguang Wu2013-10-091-1/+1
* ath10k: fix ath10k_debug_start() lockingKalle Valo2013-10-091-0/+12
* ath10k: fix possible memory leak in new FW loadingMichal Kazior2013-10-081-3/+6
* ath10k: fix printf format stringMichal Kazior2013-10-081-2/+2
* ath10k: implement firmware IE container supportKalle Valo2013-09-301-1/+183
* ath10k: store separate pointers for firmware dataKalle Valo2013-09-301-14/+29
* ath10k: rename board_data in struct ath10kKalle Valo2013-09-301-9/+9
* ath10k: bring back the WMI path for mgmt framesBartosz Markowski2013-09-271-0/+3
* ath10k: drop the fw versioning sanity checkBartosz Markowski2013-09-271-25/+0
* ath10k: cleanup debug messages in core.cKalle Valo2013-09-121-3/+6
* ath10k: rename ATH10K_DBG_CORE to BOOTKalle Valo2013-09-121-3/+3
* ath10k: set the UART baud rate to 19200Bartosz Markowski2013-09-061-0/+7
* ath10k: implement ath10k_debug_start/stop()Kalle Valo2013-09-061-0/+6
* ath10k: check chip id from the soc register during probeKalle Valo2013-09-031-1/+34
* ath10k: Remove qca98xx hw1.0 supportBartosz Markowski2013-08-121-11/+0
* ath10k: implement device recoveryMichal Kazior2013-07-301-0/+30
* ath10k: store firmware files in memoryMichal Kazior2013-07-301-52/+105
* ath10k: defer hw setup to start/stop mac80211 hooksMichal Kazior2013-07-301-9/+37
* ath10k: move free_vdev_map initializationMichal Kazior2013-07-301-2/+2
* ath10k: decouple suspend codeMichal Kazior2013-07-301-28/+0
* ath10k: reset BMI state upon initMichal Kazior2013-07-301-0/+2
* ath10k: decouple core start/stop logicMichal Kazior2013-07-301-12/+32
* ath10k: embed HTT struct inside ath10kMichal Kazior2013-07-301-6/+6
* ath10k: embed HTC struct inside ath10kMichal Kazior2013-07-301-16/+12
* ath10k: remove ath10k_busMichal Kazior2013-07-301-2/+0
* ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devicesKalle Valo2013-06-121-0/+665