summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2013-11-12ath10k: add logging to better determine some VIF/STA creation failuresBen Greear1-6/+10
2013-11-08ath10k: Fix un-initialized debug objects.Ben Greear1-2/+2
2013-11-06ath10k: fix possible memory leak in ath10k_pci_probe()Wei Yongjun1-1/+1
2013-10-30ath10k: plug memory leak on beacon txMichal Kazior1-1/+6
2013-10-30ath10k: plug memory leak in wmi mgmt tx workerMichal Kazior2-4/+4
2013-10-24ath10k: respect power_level valuesMichal Kazior1-0/+20
2013-10-24ath10k: use proper tx power unitMichal Kazior2-10/+11
2013-10-24ath10k: setup min channel power to a reasonable valueMichal Kazior1-3/+3
2013-10-24ath10k: Initialize list-head on vif creation.Ben Greear1-0/+1
2013-10-21ath10k: add error handling to ath10k_pci_wait()Kalle Valo1-4/+24
2013-10-21ath10k: fix FW crashes on heavy TX on 10.1.389 AP FWMichal Kazior2-7/+15
2013-10-21ath10k: implement ath10k_pci_soc_read/write32()Kalle Valo2-2/+11
2013-10-21ath10k: fix NULL deref upon early FW crashMichal Kazior2-2/+3
2013-10-21ath10k: fix NSS reporting in RXMichal Kazior1-1/+1
2013-10-21ath10k: fix endianess in printsMichal Kazior1-8/+8
2013-10-21ath10k: add sanity checks for monitor managementMichal Kazior1-0/+15
2013-10-21ath10k: prevent starting monitor without a vdevMichal Kazior1-2/+8
2013-10-18Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville14-387/+2673
2013-10-16ath10k: add might_sleep() to ath10k_wmi_cmd_send()Kalle Valo1-0/+2
2013-10-16ath10k: fix ath10k_bss_assoc() to not sleep in atomic contextKalle Valo1-19/+37
2013-10-16ath10k: remove unnecessary checksMichal Kazior1-21/+0
2013-10-16ath10k: fix scheduling while atomic config bugMichal Kazior1-84/+62
2013-10-16ath10k: track vif list internallyMichal Kazior3-0/+7
2013-10-16ath10k: fix add_interface failure handlingMichal Kazior1-13/+40
2013-10-16ath10k: use workqueue to set WEP TX keyMichal Kazior2-18/+39
2013-10-16ath10k: return better errno for unsupported pdev paramsBartosz Markowski1-1/+1
2013-10-16ath10k: rename WMI_CMD_UNDEFINEDBartosz Markowski2-24/+24
2013-10-16ath10k: do not warn about unsupported vdev paramBartosz Markowski2-2/+3
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 Valo3-1/+31
2013-10-08ath10k: Fix bug in max. VHT A-MPDU sizeSujith Manoharan1-1/+14
2013-10-08ath10k: fix RX performance when using AP 10.X FWMichal Kazior1-1/+1
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-10-07ath10k: remove num_sends_allowedMichal Kazior4-24/+18
2013-10-07ath10k: remove ce_sendlist_sendMichal Kazior3-51/+2
2013-10-07ath10k: split vdev_id calculation from tx functionMichal Kazior1-10/+15
2013-10-07ath10k: split tid calculation from tx functionMichal Kazior1-8/+15
2013-10-07ath10k: extend the max_scan timeBartosz Markowski1-1/+1
2013-10-07ath10k: enable 10.x firmware branch supportBartosz Markowski1-6/+1
2013-10-04Merge tag 'for-linville-20131001' of git://github.com/kvalo/athJohn W. Linville21-1015/+984
2013-09-30ath10k: implement firmware IE container supportKalle Valo4-2/+206
2013-09-30ath10k: store separate pointers for firmware dataKalle Valo2-14/+37
2013-09-30ath10k: rename board_data in struct ath10kKalle Valo2-10/+10
2013-09-27ath10k: handle FW API differences for scan structuresBartosz Markowski2-4/+97
2013-09-27ath10k: introduce dynamic pdev parametersBartosz Markowski4-9/+265
2013-09-27ath10k: introduce dynamic vdev parametersBartosz Markowski4-25/+332
2013-09-27ath10k: add TARGET values for 10.x firmwareBartosz Markowski2-29/+60
2013-09-27ath10k: split wmi_cmd_init pathBartosz Markowski2-1/+299
2013-09-27ath10k: bring back the WMI path for mgmt framesBartosz Markowski7-13/+128