summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds20-1338/+1981
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2014-05-27ath10k: abort incomplete scatter-gather pci tx properlyMichal Kazior3-6/+40
2014-05-27ath10k: protect src_ring state with ce_lock in tx_sg()Michal Kazior1-3/+7
2014-05-27ath10k: ensure rx-frag ignores rssiBen Greear1-0/+1
2014-05-27ath10k: dont configure bssid for ap modeMichal Kazior1-1/+6
2014-05-27ath10k: protect wep tx key setupMichal Kazior1-2/+10
2014-05-27ath10k: drain tx before restarting hwMichal Kazior1-9/+22
2014-05-27ath10k: perform hw restart lazilyMichal Kazior2-19/+20
2014-05-27ath10k: clean up start() callbackMichal Kazior1-11/+23
2014-05-26ath10k: make core registering asyncMichal Kazior2-12/+33
2014-05-26ath10k: remove unnecessary tasklet_kill()Michal Kazior1-2/+0
2014-05-26ath10k: relocate core create/destroy functionsMichal Kazior1-64/+64
2014-05-26ath10k: fix protected flag strippingMichal Kazior1-9/+24
2014-05-23ath9k/ath10k: remove unnecessary channel_switch_beacon callbacksLuciano Coelho1-9/+0
2014-05-23ath10k: fix ath10k_bmi_read32 macroFrederic Danis1-1/+2
2014-05-23ath10k: prevent hif_stop being called twiceMichal Kazior1-0/+3
2014-05-23ath10k: fix core start sequenceMichal Kazior8-107/+76
2014-05-22ath10k: support get/set antenna configurations.Ben Greear2-0/+86
2014-05-16ath10k: fix pmf for action framesMarek Kwaczynski2-5/+24
2014-05-16ath10k: get rid of pci_assign_resource() call from pci_probeBartosz Markowski1-12/+0
2014-05-16ath10k: enable early device dumpsMichal Kazior1-4/+4
2014-05-16ath10k: retry warm reset a few timesMichal Kazior1-3/+26
2014-05-16ath10k: improve warm reset reliabilityMichal Kazior1-0/+22
2014-05-16ath10k: fix spelling mistake in commentsBen Greear1-2/+2
2014-05-14ath10k: fix handling of wierd MSDU chaining casesMichal Kazior1-1/+19
2014-05-14ath10k: fix htt rx ring clean upMichal Kazior1-15/+21
2014-05-14Merge remote-tracking branch 'wireless-next/master' into ath-nextKalle Valo1-1/+2
2014-05-05ath10k: Improve grammar in commentsGeert Uytterhoeven1-2/+2
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+2
2014-04-24ath10k: fix firmware recovery with ap interfaceMichal Kazior1-0/+13
2014-04-24ath10k: prevent beacon memory leakMichal Kazior1-0/+1
2014-04-24ath10k: make sure to not use invalid beacon pointerMichal Kazior1-0/+1
2014-04-24ath10k: make sure to not leak beacon dma mappingMichal Kazior1-0/+3
2014-04-24ath10k: skip suspending when recoveringMichal Kazior1-2/+4
2014-04-24ath10k: don't wait for device init if it crashedMichal Kazior1-0/+10
2014-04-24ath10k: differentiate between target init failuresMichal Kazior1-1/+7
2014-04-11ath10k: improve htc tx credit debugging printsMichal Kazior1-3/+9
2014-04-11ath10k: refactor radar detection codeMichal Kazior2-37/+23
2014-04-11ath10k: reorder functionsMichal Kazior1-85/+85
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+2
2014-04-08ath10k: refactor monitor codeMichal Kazior3-98/+135
2014-04-08ath10k: cleanup debug messages in ath10k_wmi_event_host_swba()Kalle Valo1-10/+2
2014-03-28ath10k: add extra pdev stats on 10.1 firmwareChun-Yeow Yeoh3-4/+48
2014-03-28ath10k: add the Rx rate in FW statsBen Greear3-8/+26
2014-03-28ath10k: fix getting stats from firmwareBen Greear1-4/+12
2014-03-28ath10k: update wal_dbg_tx_stats structure with missing parameter.Bartosz Markowski1-0/+3
2014-03-28ath10k: deinit copy engine before resettingMichal Kazior1-1/+1
2014-03-28ath10k: split ce initialization and allocationMichal Kazior3-158/+228
2014-03-28ath10k: convert pci_alloc_consistent() to dma_alloc_coherent()Michal Kazior2-38/+37