aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htt_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson1-1/+1
2022-05-22ath10k: htt_tx: do not interpret Eth frames as WiFiSergey Ryazanov1-26/+35
2022-01-17ath10k: abstract htt_rx_desc structureFrancesco Magliocca1-28/+8
2021-12-08ath10k: Fix tx hangingSebastian Gottschall1-0/+3
2021-02-11ath10k: restore tx sk_buff of htt header for SDIOWen Gong1-0/+2
2021-02-04ath10k: remove h from printk format specifierTom Rix1-6/+6
2020-08-17ath10k: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-06-09ath10k: Acquire tx_lock in tx error pathsEvan Green1-0/+4
2020-04-22ath10k: add flush tx packets for SDIO chipWen Gong1-1/+7
2020-04-22ath10k: add htt TX bundle for sdioWen Gong1-1/+7
2020-04-09ath10k: disable TX complete indication of htt for sdioWen Gong1-0/+35
2020-03-22ath10k: Fill GCMP MIC length for PMFYingying Tang1-1/+11
2019-09-10ath10k: add mic bytes for pmf management packetWen Gong1-0/+8
2019-06-25ath10k: add htt_h2t_aggr_cfg_msg op for high latency devicesErik Stromdahl1-0/+1
2019-06-25ath10k: add inline wrapper for htt_h2t_aggr_cfg_msgErik Stromdahl1-4/+4
2019-05-07ath10k: Added support to reset HTT stats in debugfsMaharaja Kennadyrajan1-2/+3
2019-05-07ath10k: Extended the HTT stats support to retrieve Mu-MIMO related statsMaharaja Kennadyrajan1-4/+4
2019-04-23ath10k: fix use-after-free on SDIO data framesKalle Valo1-0/+7
2019-04-23ath10k: htt: support MSDU ids with SDIOAlagu Sankar1-1/+12
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo1-12/+1
2019-02-11ath10k: disable interface pause wow config for integrated chipsetGovind Singh1-3/+3
2019-02-04ath10k: Add support for extended HTT aggr msg supportGovind Singh1-0/+49
2019-02-04ath10k: Set DMA address mask to 35 bit for WCN3990Rakesh Pillai1-1/+1
2018-09-06ath10k: htt: High latency TX supportErik Stromdahl1-0/+92
2018-09-06ath10k: htt: RX ring config HL supportErik Stromdahl1-0/+52
2018-09-06ath10k: add HTT TX HL opsErik Stromdahl1-1/+7
2018-09-06ath10k: DMA related fixes for high latency devicesErik Stromdahl1-1/+2
2018-07-30ath10k: htt_tx: move lock into id_get functionNicholas Mc Guire1-8/+2
2018-06-28ath10k: fix bug in masking of TID valueErik Stromdahl1-1/+1
2018-06-13ath10k: htt_tx: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-04-24ath10k: enable hw checksum for wcn3990Rakesh Pillai1-2/+5
2018-04-19ath10k: add inlined wrappers for htt tx opsErik Stromdahl1-6/+6
2017-12-27ath10k: update copyright yearKalle Valo1-1/+1
2017-12-27ath10k: Add support for htt_data_tx_desc_64 descriptorGovind Singh1-21/+273
2017-12-27ath10k: Add support for 64 bit HTT frag descriptorGovind Singh1-21/+138
2017-12-27ath10k: Add support for 64 bit htt rx ring cfgGovind Singh1-17/+128
2017-04-05ath10k: fix block comments styleMarcin Rokicki1-2/+4
2016-12-15ath10k: Avoid potential page alloc BUG_ON in tx free pathMohammed Shafi Shajakhan1-0/+2
2016-12-01ath10k: fix Tx DMA alloc failure during continuous wifi down/upMohammed Shafi Shajakhan1-11/+43
2016-11-15ath10k: remove extraneous error message in tx allocMohammed Shafi Shajakhan1-3/+1
2016-11-15ath10k: clean up HTT tx buffer allocation and freeMohammed Shafi Shajakhan1-25/+50
2016-09-09ath10k: implement NAPI supportRajkumar Manoharan1-2/+0
2016-07-08ath10k: ensure txrx-compl-task is stopped when cleaning htt-txBen Greear1-0/+2
2016-06-30ath10k: fix potential null dereference bugsBob Copeland1-8/+12
2016-04-20ath10k: move fw_features to struct ath10k_fw_fileKalle Valo1-3/+6
2016-04-04ath10k: speedup htt rx descriptor processing for tx completionRajkumar Manoharan1-1/+13
2016-03-18ath10k: move mgmt descriptor limit handle under mgmt_txRajkumar Manoharan1-19/+31
2016-03-06ath10k: implement push-pull txMichal Kazior1-10/+29
2016-03-06ath10k: implement updating shared htt txq stateMichal Kazior1-0/+104
2016-03-06ath10k: add new htt message generation/parsing logicMichal Kazior1-0/+53