summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htt_tx.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson2023-11-301-0/+1
* wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc()Dmitry Antipov2023-11-221-2/+1
* wifi: ath10k: Remove unnecessary (void*) conversionsWu Yunchuan2023-09-211-10/+6
* wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson2022-09-161-1/+1
* ath10k: htt_tx: do not interpret Eth frames as WiFiSergey Ryazanov2022-05-221-26/+35
* ath10k: abstract htt_rx_desc structureFrancesco Magliocca2022-01-171-28/+8
* ath10k: Fix tx hangingSebastian Gottschall2021-12-081-0/+3
* ath10k: restore tx sk_buff of htt header for SDIOWen Gong2021-02-111-0/+2
* ath10k: remove h from printk format specifierTom Rix2021-02-041-6/+6
* ath10k: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-171-3/+3
* ath10k: Acquire tx_lock in tx error pathsEvan Green2020-06-091-0/+4
* ath10k: add flush tx packets for SDIO chipWen Gong2020-04-221-1/+7
* ath10k: add htt TX bundle for sdioWen Gong2020-04-221-1/+7
* ath10k: disable TX complete indication of htt for sdioWen Gong2020-04-091-0/+35
* ath10k: Fill GCMP MIC length for PMFYingying Tang2020-03-221-1/+11
* ath10k: add mic bytes for pmf management packetWen Gong2019-09-101-0/+8
* ath10k: add htt_h2t_aggr_cfg_msg op for high latency devicesErik Stromdahl2019-06-251-0/+1
* ath10k: add inline wrapper for htt_h2t_aggr_cfg_msgErik Stromdahl2019-06-251-4/+4
* ath10k: Added support to reset HTT stats in debugfsMaharaja Kennadyrajan2019-05-071-2/+3
* ath10k: Extended the HTT stats support to retrieve Mu-MIMO related statsMaharaja Kennadyrajan2019-05-071-4/+4
* ath10k: fix use-after-free on SDIO data framesKalle Valo2019-04-231-0/+7
* ath10k: htt: support MSDU ids with SDIOAlagu Sankar2019-04-231-1/+12
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1
* ath10k: disable interface pause wow config for integrated chipsetGovind Singh2019-02-111-3/+3
* ath10k: Add support for extended HTT aggr msg supportGovind Singh2019-02-041-0/+49
* ath10k: Set DMA address mask to 35 bit for WCN3990Rakesh Pillai2019-02-041-1/+1
* ath10k: htt: High latency TX supportErik Stromdahl2018-09-061-0/+92
* ath10k: htt: RX ring config HL supportErik Stromdahl2018-09-061-0/+52
* ath10k: add HTT TX HL opsErik Stromdahl2018-09-061-1/+7
* ath10k: DMA related fixes for high latency devicesErik Stromdahl2018-09-061-1/+2
* ath10k: htt_tx: move lock into id_get functionNicholas Mc Guire2018-07-301-8/+2
* ath10k: fix bug in masking of TID valueErik Stromdahl2018-06-281-1/+1
* ath10k: htt_tx: mark expected switch fall-throughsGustavo A. R. Silva2018-06-131-2/+2
* ath10k: enable hw checksum for wcn3990Rakesh Pillai2018-04-241-2/+5
* ath10k: add inlined wrappers for htt tx opsErik Stromdahl2018-04-191-6/+6
* ath10k: update copyright yearKalle Valo2017-12-271-1/+1
* ath10k: Add support for htt_data_tx_desc_64 descriptorGovind Singh2017-12-271-21/+273
* ath10k: Add support for 64 bit HTT frag descriptorGovind Singh2017-12-271-21/+138
* ath10k: Add support for 64 bit htt rx ring cfgGovind Singh2017-12-271-17/+128
* ath10k: fix block comments styleMarcin Rokicki2017-04-051-2/+4
* ath10k: Avoid potential page alloc BUG_ON in tx free pathMohammed Shafi Shajakhan2016-12-151-0/+2
* ath10k: fix Tx DMA alloc failure during continuous wifi down/upMohammed Shafi Shajakhan2016-12-011-11/+43
* ath10k: remove extraneous error message in tx allocMohammed Shafi Shajakhan2016-11-151-3/+1
* ath10k: clean up HTT tx buffer allocation and freeMohammed Shafi Shajakhan2016-11-151-25/+50
* ath10k: implement NAPI supportRajkumar Manoharan2016-09-091-2/+0
* ath10k: ensure txrx-compl-task is stopped when cleaning htt-txBen Greear2016-07-081-0/+2
* ath10k: fix potential null dereference bugsBob Copeland2016-06-301-8/+12
* ath10k: move fw_features to struct ath10k_fw_fileKalle Valo2016-04-201-3/+6
* ath10k: speedup htt rx descriptor processing for tx completionRajkumar Manoharan2016-04-041-1/+13
* ath10k: move mgmt descriptor limit handle under mgmt_txRajkumar Manoharan2016-03-181-19/+31