aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-01ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior1-3/+7
2014-12-01ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior1-2/+1
2014-09-18ath10k: miscellaneous checkpatch fixesKalle Valo1-6/+2
2014-09-18ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo1-1/+1
2014-08-26ath10k: improve logging to include dev idMichal Kazior1-44/+55
2014-08-12ath10k: remove htc->stoppedMichal Kazior1-16/+0
2014-07-21ath10k: workaround boot issues with KVM/PCI-passthroughMichal Kazior1-2/+18
2014-05-23ath10k: fix core start sequenceMichal Kazior1-6/+0
2014-04-11ath10k: improve htc tx credit debugging printsMichal Kazior1-3/+9
2014-02-28ath10k: bypass htc for htt tx pathMichal Kazior1-3/+1
2014-02-28ath10k: replace send_head() with tx_sg()Michal Kazior1-2/+8
2014-02-28ath10k: remove DMA mapping wrappersMichal Kazior1-3/+8
2013-12-09Merge tag 'for-linville-20131203' of git://github.com/kvalo/athJohn W. Linville1-21/+10
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-11-12ath10k: fix core init failpathMichal Kazior1-21/+5
2013-11-12ath10k: guard against CE corruption from firmwareMichal Kazior1-0/+5
2013-09-20ath10k: avoid needless memset on TX pathMichal Kazior1-1/+1
2013-09-16ath10k: simplify HTC command submittingMichal Kazior1-134/+42
2013-09-16ath10k: add HTC TX credits replenishing notificationMichal Kazior1-0/+9
2013-09-16ath10k: simplify HTC credits calculationMichal Kazior1-48/+10
2013-09-12ath10k: add boot debug messages to htc.cKalle Valo1-8/+8
2013-08-14ath10k: fix HTT service setupMichal Kazior1-4/+4
2013-07-30ath10k: don't reset HTC endpoints unnecessarilyMichal Kazior1-1/+0
2013-07-30ath10k: prevent HTC from being used after stoppingMichal Kazior1-14/+13
2013-07-30ath10k: implement device recoveryMichal Kazior1-0/+3
2013-07-30ath10k: embed HTC struct inside ath10kMichal Kazior1-18/+5
2013-07-30ath10k: rename hif callbackMichal Kazior1-1/+1
2013-07-30ath10k: lower print level for a messageMichal Kazior1-2/+3
2013-06-12ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devicesKalle Valo1-0/+1000