summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htc.c
Commit message (Expand)AuthorAgeFilesLines
* ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan2016-09-021-3/+3
* ath10k: remove htc polling for tx completionRajkumar Manoharan2015-10-161-25/+1Star
* ath10k: remove unused dl_is_polledRajkumar Manoharan2015-10-161-4/+3Star
* ath10k: register per copy engine receive callbacksRajkumar Manoharan2015-10-161-12/+1Star
* ath10k: register per copy engine send completion callbacksRajkumar Manoharan2015-10-161-5/+2Star
* ath10k: export htc tx rx handlersRajkumar Manoharan2015-10-161-4/+4
* ath10k: fix dma_mapping_error() handlingMichal Kazior2015-08-261-1/+3
* ath10k: replenish htc tx credits alwaysMichal Kazior2015-04-091-19/+1Star
* ath10k: htc: match wait_for_completion_timeout return typeNicholas Mc Guire2015-04-011-10/+13
* ath10k: protect driver from unsolicited htc ep0 eventsMichal Kazior2015-03-191-1/+6
* ath10k: fixup wait_for_completion_timeout return handlingNicholas Mc Guire2015-01-131-4/+2Star
* ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior2014-12-011-3/+7
* ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior2014-12-011-2/+1Star
* ath10k: miscellaneous checkpatch fixesKalle Valo2014-09-181-6/+2Star
* ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo2014-09-181-1/+1
* ath10k: improve logging to include dev idMichal Kazior2014-08-261-44/+55
* ath10k: remove htc->stoppedMichal Kazior2014-08-121-16/+0Star
* ath10k: workaround boot issues with KVM/PCI-passthroughMichal Kazior2014-07-211-2/+18
* ath10k: fix core start sequenceMichal Kazior2014-05-231-6/+0Star
* ath10k: improve htc tx credit debugging printsMichal Kazior2014-04-111-3/+9
* ath10k: bypass htc for htt tx pathMichal Kazior2014-02-281-3/+1Star
* ath10k: replace send_head() with tx_sg()Michal Kazior2014-02-281-2/+8
* ath10k: remove DMA mapping wrappersMichal Kazior2014-02-281-3/+8
* Merge tag 'for-linville-20131203' of git://github.com/kvalo/athJohn W. Linville2013-12-091-21/+10Star
|\
| * ath10k: fix core init failpathMichal Kazior2013-11-121-21/+5Star
| * ath10k: guard against CE corruption from firmwareMichal Kazior2013-11-121-0/+5
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-2/+2
|/
* ath10k: avoid needless memset on TX pathMichal Kazior2013-09-201-1/+1
* ath10k: simplify HTC command submittingMichal Kazior2013-09-161-134/+42Star
* ath10k: add HTC TX credits replenishing notificationMichal Kazior2013-09-161-0/+9
* ath10k: simplify HTC credits calculationMichal Kazior2013-09-161-48/+10Star
* ath10k: add boot debug messages to htc.cKalle Valo2013-09-121-8/+8
* ath10k: fix HTT service setupMichal Kazior2013-08-141-4/+4
* ath10k: don't reset HTC endpoints unnecessarilyMichal Kazior2013-07-301-1/+0Star
* ath10k: prevent HTC from being used after stoppingMichal Kazior2013-07-301-14/+13Star
* ath10k: implement device recoveryMichal Kazior2013-07-301-0/+3
* ath10k: embed HTC struct inside ath10kMichal Kazior2013-07-301-18/+5Star
* ath10k: rename hif callbackMichal Kazior2013-07-301-1/+1
* ath10k: lower print level for a messageMichal Kazior2013-07-301-2/+3
* ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devicesKalle Valo2013-06-121-0/+1000