summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htc.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson2023-11-301-0/+1
* wifi: ath10k: Delay the unmapping of the bufferYoughandhar Chintala2022-10-191-0/+9
* wifi: ath10k: Set tx credit to one for WCN3990 snoc based devicesYoughandhar Chintala2022-08-091-3/+8
* ath10k: Fix a use after free in ath10k_htc_send_bundleLv Yunlong2021-04-221-1/+1
* ath10k: sanitity check for ep connectivityZekun Shen2021-01-181-0/+4
* ath10k: drop the TX packet which size exceed credit size for sdioWen Gong2020-04-231-0/+5
* ath10k: enable alt data of TX path for sdioWen Gong2020-04-221-2/+10
* ath10k: add htt TX bundle for sdioWen Gong2020-04-221-30/+342
* ath10k: disable TX complete indication of htt for sdioWen Gong2020-04-091-0/+10
* ath10k: change bundle count for max rx bundle for sdioWen Gong2019-12-021-1/+1
* ath10k: move non-fatal warn logs to dbg levelGovind Singh2019-11-271-4/+4
* ath10k: add initialization of HTC headerAlagu Sankar2019-04-231-0/+1
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1
* ath10k: request credit report if flow control enabled on epGovind Singh2019-02-111-1/+2
* ath10k: disable interface pause wow config for integrated chipsetGovind Singh2019-02-111-3/+3
* ath10k: DMA related fixes for high latency devicesErik Stromdahl2018-09-061-7/+12
* ath10k: enable pktlog for WCN3990 targetGovind Singh2018-09-061-1/+62
* ath10k: rename HTC_HOST_MAX_MSG_PER_BUNDLE defineErik Stromdahl2018-06-281-2/+2
* ath10k: add HTC services for WCN3990Govind Singh2018-04-191-0/+6
* ath10k: update copyright yearKalle Valo2017-12-271-1/+1
* ath10k: htc: ready_ext msg supportErik Stromdahl2017-05-041-6/+22
* ath10k: htc: refactorizationErik Stromdahl2017-05-041-40/+34
* ath10k: htc: move htc ctrl ep connect to htc_initErik Stromdahl2017-05-041-22/+17
* ath10k: htc: rx trailer lookahead supportErik Stromdahl2017-05-041-2/+93
* ath10k: htc: made static function publicErik Stromdahl2017-05-041-6/+8
* ath10k: fix block comments styleMarcin Rokicki2017-04-051-1/+2
* ath10k: enable a HTC debug message during insufficient tx creditsMohammed Shafi Shajakhan2017-04-051-0/+3
* ath10k: htc: simplified credit distributionErik Stromdahl2017-01-121-24/+5
* ath10k: htc: removal of unused struct membersErik Stromdahl2017-01-121-6/+0
* 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/+1
* ath10k: remove unused dl_is_polledRajkumar Manoharan2015-10-161-4/+3
* ath10k: register per copy engine receive callbacksRajkumar Manoharan2015-10-161-12/+1
* ath10k: register per copy engine send completion callbacksRajkumar Manoharan2015-10-161-5/+2
* 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/+1
* 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/+2
* 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/+1
* ath10k: miscellaneous checkpatch fixesKalle Valo2014-09-181-6/+2
* 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/+0
* ath10k: workaround boot issues with KVM/PCI-passthroughMichal Kazior2014-07-211-2/+18
* ath10k: fix core start sequenceMichal Kazior2014-05-231-6/+0
* ath10k: improve htc tx credit debugging printsMichal Kazior2014-04-111-3/+9
* ath10k: bypass htc for htt tx pathMichal Kazior2014-02-281-3/+1