summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-021-2/+2
|\
| * cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-251-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\ \
| * | treewide: Fix typo in printkMasanari Iida2013-10-141-1/+1
* | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-152-11/+11
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-0414-387/+2673
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2013-10-1814-387/+2673
| |\ \
| | * | ath10k: add might_sleep() to ath10k_wmi_cmd_send()Kalle Valo2013-10-161-0/+2
| | * | ath10k: fix ath10k_bss_assoc() to not sleep in atomic contextKalle Valo2013-10-161-19/+37
| | * | ath10k: remove unnecessary checksMichal Kazior2013-10-161-21/+0
| | * | ath10k: fix scheduling while atomic config bugMichal Kazior2013-10-161-84/+62
| | * | ath10k: track vif list internallyMichal Kazior2013-10-163-0/+7
| | * | ath10k: fix add_interface failure handlingMichal Kazior2013-10-161-13/+40
| | * | ath10k: use workqueue to set WEP TX keyMichal Kazior2013-10-162-18/+39
| | * | ath10k: return better errno for unsupported pdev paramsBartosz Markowski2013-10-161-1/+1
| | * | ath10k: rename WMI_CMD_UNDEFINEDBartosz Markowski2013-10-162-24/+24
| | * | ath10k: do not warn about unsupported vdev paramBartosz Markowski2013-10-162-2/+3
| | * | 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-093-1/+31
| | * | ath10k: Fix bug in max. VHT A-MPDU sizeSujith Manoharan2013-10-081-1/+14
| | * | ath10k: fix RX performance when using AP 10.X FWMichal Kazior2013-10-081-1/+1
| | * | 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: remove num_sends_allowedMichal Kazior2013-10-074-24/+18
| | * | ath10k: remove ce_sendlist_sendMichal Kazior2013-10-073-51/+2
| | * | ath10k: split vdev_id calculation from tx functionMichal Kazior2013-10-071-10/+15
| | * | ath10k: split tid calculation from tx functionMichal Kazior2013-10-071-8/+15
| | * | ath10k: extend the max_scan timeBartosz Markowski2013-10-071-1/+1
| | * | ath10k: enable 10.x firmware branch supportBartosz Markowski2013-10-071-6/+1
| | * | ath10k: implement firmware IE container supportKalle Valo2013-09-304-2/+206
| | * | ath10k: store separate pointers for firmware dataKalle Valo2013-09-302-14/+37
| | * | ath10k: rename board_data in struct ath10kKalle Valo2013-09-302-10/+10
| | * | ath10k: handle FW API differences for scan structuresBartosz Markowski2013-09-272-4/+97
| | * | ath10k: introduce dynamic pdev parametersBartosz Markowski2013-09-274-9/+265
| | * | ath10k: introduce dynamic vdev parametersBartosz Markowski2013-09-274-25/+332
| | * | ath10k: add TARGET values for 10.x firmwareBartosz Markowski2013-09-272-29/+60
| | * | ath10k: split wmi_cmd_init pathBartosz Markowski2013-09-272-1/+299
| | * | ath10k: bring back the WMI path for mgmt framesBartosz Markowski2013-09-277-13/+128
| | * | ath10k: implement host memory chunksBartosz Markowski2013-09-273-8/+133
| | * | ath10k: drop the fw versioning sanity checkBartosz Markowski2013-09-272-31/+0
| | * | ath10k: split ath10k_wmi_service_ready_event_rxBartosz Markowski2013-09-272-1/+104
| | * | ath10k: implement WMI events handling frame for both firmwaresBartosz Markowski2013-09-271-1/+130
| | * | ath10k: warn if give WMI command is not supportedBartosz Markowski2013-09-271-0/+6
| | * | ath10k: add wmi_10x_<cmd/event> definitionsBartosz Markowski2013-09-272-3/+338
| | * | ath10k: introduce dynamic WMI structuresBartosz Markowski2013-09-273-41/+305
| | * | ath10k: make monitor vdev down before stoping itMarek Puzyniak2013-09-261-6/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-0723-1369/+1534
|\| | |
| * | | Merge tag 'for-linville-20131001' of git://github.com/kvalo/athJohn W. Linville2013-10-0321-1015/+984
| |\| |
| | * | ath10k: replenish HTT RX buffers in a taskletMichal Kazior2013-09-262-3/+38
| | * | ath10k: align RX frames properlyMichal Kazior2013-09-261-1/+5