summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-387/+2673
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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller23-1369/+1534
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-03Merge tag 'for-linville-20131001' of git://github.com/kvalo/athJohn W. Linville21-1015/+984
2013-10-02ath10k: wmi: Convert use of 6 to ETH_ALENJoe Perches1-1/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
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
2013-09-27ath10k: implement host memory chunksBartosz Markowski3-8/+133
2013-09-27ath10k: drop the fw versioning sanity checkBartosz Markowski2-31/+0
2013-09-27ath10k: split ath10k_wmi_service_ready_event_rxBartosz Markowski2-1/+104
2013-09-27ath10k: implement WMI events handling frame for both firmwaresBartosz Markowski1-1/+130
2013-09-27ath10k: warn if give WMI command is not supportedBartosz Markowski1-0/+6
2013-09-27ath10k: add wmi_10x_<cmd/event> definitionsBartosz Markowski2-3/+338
2013-09-27ath10k: introduce dynamic WMI structuresBartosz Markowski3-41/+305
2013-09-26wireless: ath10k: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-26Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville16-428/+626
2013-09-26ath10k: make monitor vdev down before stoping itMarek Puzyniak1-6/+3
2013-09-26ath10k: replenish HTT RX buffers in a taskletMichal Kazior2-3/+38
2013-09-26ath10k: align RX frames properlyMichal Kazior1-1/+5
2013-09-26ath10k: fix Native Wifi decap mode RXMichal Kazior1-3/+29