summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)Author
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-18Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville
2013-10-16ath10k: add might_sleep() to ath10k_wmi_cmd_send()Kalle Valo
2013-10-16ath10k: fix ath10k_bss_assoc() to not sleep in atomic contextKalle Valo
2013-10-16ath10k: remove unnecessary checksMichal Kazior
2013-10-16ath10k: fix scheduling while atomic config bugMichal Kazior
2013-10-16ath10k: track vif list internallyMichal Kazior
2013-10-16ath10k: fix add_interface failure handlingMichal Kazior
2013-10-16ath10k: use workqueue to set WEP TX keyMichal Kazior
2013-10-16ath10k: return better errno for unsupported pdev paramsBartosz Markowski
2013-10-16ath10k: rename WMI_CMD_UNDEFINEDBartosz Markowski
2013-10-16ath10k: do not warn about unsupported vdev paramBartosz Markowski
2013-10-14treewide: Fix typo in printkMasanari Iida
2013-10-09ath10k: remove unneded semicolon from ath10k_core_fetch_firmware_api_n()Fengguang Wu
2013-10-09ath10k: fix ath10k_debug_start() lockingKalle Valo
2013-10-08ath10k: Fix bug in max. VHT A-MPDU sizeSujith Manoharan
2013-10-08ath10k: fix RX performance when using AP 10.X FWMichal Kazior
2013-10-08ath10k: fix possible memory leak in new FW loadingMichal Kazior
2013-10-08ath10k: fix printf format stringMichal Kazior
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller
2013-10-07ath10k: remove num_sends_allowedMichal Kazior
2013-10-07ath10k: remove ce_sendlist_sendMichal Kazior
2013-10-07ath10k: split vdev_id calculation from tx functionMichal Kazior
2013-10-07ath10k: split tid calculation from tx functionMichal Kazior
2013-10-07ath10k: extend the max_scan timeBartosz Markowski
2013-10-07ath10k: enable 10.x firmware branch supportBartosz Markowski
2013-10-03Merge tag 'for-linville-20131001' of git://github.com/kvalo/athJohn W. Linville
2013-10-03ath10k: wmi: Convert use of 6 to ETH_ALENJoe Perches
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-09-30ath10k: implement firmware IE container supportKalle Valo
2013-09-30ath10k: store separate pointers for firmware dataKalle Valo
2013-09-30ath10k: rename board_data in struct ath10kKalle Valo
2013-09-27ath10k: handle FW API differences for scan structuresBartosz Markowski
2013-09-27ath10k: introduce dynamic pdev parametersBartosz Markowski
2013-09-27ath10k: introduce dynamic vdev parametersBartosz Markowski
2013-09-27ath10k: add TARGET values for 10.x firmwareBartosz Markowski
2013-09-27ath10k: split wmi_cmd_init pathBartosz Markowski
2013-09-27ath10k: bring back the WMI path for mgmt framesBartosz Markowski
2013-09-27ath10k: implement host memory chunksBartosz Markowski
2013-09-27ath10k: drop the fw versioning sanity checkBartosz Markowski
2013-09-27ath10k: split ath10k_wmi_service_ready_event_rxBartosz Markowski
2013-09-27ath10k: implement WMI events handling frame for both firmwaresBartosz Markowski
2013-09-27ath10k: warn if give WMI command is not supportedBartosz Markowski
2013-09-27ath10k: add wmi_10x_<cmd/event> definitionsBartosz Markowski
2013-09-27ath10k: introduce dynamic WMI structuresBartosz Markowski
2013-09-26wireless: ath10k: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-26Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville