summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt_tx.c
AgeCommit message (Expand)Author
2022-01-27ath10k: Fix tx hangingSebastian Gottschall
2020-08-19ath10k: Acquire tx_lock in tx error pathsEvan Green
2020-06-22ath10k: add flush tx packets for SDIO chipWen Gong
2019-09-10ath10k: add mic bytes for pmf management packetWen Gong
2019-06-25ath10k: add htt_h2t_aggr_cfg_msg op for high latency devicesErik Stromdahl
2019-06-25ath10k: add inline wrapper for htt_h2t_aggr_cfg_msgErik Stromdahl
2019-05-07ath10k: Added support to reset HTT stats in debugfsMaharaja Kennadyrajan
2019-05-07ath10k: Extended the HTT stats support to retrieve Mu-MIMO related statsMaharaja Kennadyrajan
2019-04-23ath10k: fix use-after-free on SDIO data framesKalle Valo
2019-04-23ath10k: htt: support MSDU ids with SDIOAlagu Sankar
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo
2019-02-11ath10k: disable interface pause wow config for integrated chipsetGovind Singh
2019-02-04ath10k: Add support for extended HTT aggr msg supportGovind Singh
2019-02-04ath10k: Set DMA address mask to 35 bit for WCN3990Rakesh Pillai
2018-09-06ath10k: htt: High latency TX supportErik Stromdahl
2018-09-06ath10k: htt: RX ring config HL supportErik Stromdahl
2018-09-06ath10k: add HTT TX HL opsErik Stromdahl
2018-09-06ath10k: DMA related fixes for high latency devicesErik Stromdahl
2018-07-30ath10k: htt_tx: move lock into id_get functionNicholas Mc Guire
2018-06-28ath10k: fix bug in masking of TID valueErik Stromdahl
2018-06-13ath10k: htt_tx: mark expected switch fall-throughsGustavo A. R. Silva
2018-04-24ath10k: enable hw checksum for wcn3990Rakesh Pillai
2018-04-19ath10k: add inlined wrappers for htt tx opsErik Stromdahl
2017-12-27ath10k: update copyright yearKalle Valo
2017-12-27ath10k: Add support for htt_data_tx_desc_64 descriptorGovind Singh
2017-12-27ath10k: Add support for 64 bit HTT frag descriptorGovind Singh
2017-12-27ath10k: Add support for 64 bit htt rx ring cfgGovind Singh
2017-04-05ath10k: fix block comments styleMarcin Rokicki
2016-12-15ath10k: Avoid potential page alloc BUG_ON in tx free pathMohammed Shafi Shajakhan
2016-12-01ath10k: fix Tx DMA alloc failure during continuous wifi down/upMohammed Shafi Shajakhan
2016-11-15ath10k: remove extraneous error message in tx allocMohammed Shafi Shajakhan
2016-11-15ath10k: clean up HTT tx buffer allocation and freeMohammed Shafi Shajakhan
2016-09-09ath10k: implement NAPI supportRajkumar Manoharan
2016-07-08ath10k: ensure txrx-compl-task is stopped when cleaning htt-txBen Greear
2016-06-30ath10k: fix potential null dereference bugsBob Copeland
2016-04-20ath10k: move fw_features to struct ath10k_fw_fileKalle Valo
2016-04-04ath10k: speedup htt rx descriptor processing for tx completionRajkumar Manoharan
2016-03-18ath10k: move mgmt descriptor limit handle under mgmt_txRajkumar Manoharan
2016-03-06ath10k: implement push-pull txMichal Kazior
2016-03-06ath10k: implement updating shared htt txq stateMichal Kazior
2016-03-06ath10k: add new htt message generation/parsing logicMichal Kazior
2016-03-06ath10k: refactor tx pending managementMichal Kazior
2016-01-28ath10k: implement basic support for new tx path firmwareMichal Kazior
2016-01-28ath10k: clean up cont frag desc init codeMichal Kazior
2015-11-30ath10k: stop abusing GFP_DMAFelix Fietkau
2015-11-23ath10k: store msdu_id instead of txbuf pointersMichal Kazior
2015-11-23ath10k: replace vdev_id and tid in skb cbMichal Kazior
2015-11-23ath10k: pack up flags in skb_cbMichal Kazior
2015-11-23ath10k: remove freq from skb_cbMichal Kazior
2015-11-23ath10k: remove txmode from skb_cbMichal Kazior