summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htt_tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ath10k: implement push-pull txMichal Kazior2016-03-061-10/+29
* ath10k: implement updating shared htt txq stateMichal Kazior2016-03-061-0/+104
* ath10k: add new htt message generation/parsing logicMichal Kazior2016-03-061-0/+53
* ath10k: refactor tx pending managementMichal Kazior2016-03-061-64/+21
* ath10k: implement basic support for new tx path firmwareMichal Kazior2016-01-281-8/+80
* ath10k: clean up cont frag desc init codeMichal Kazior2016-01-281-17/+41
* ath10k: stop abusing GFP_DMAFelix Fietkau2015-11-301-2/+2
* ath10k: store msdu_id instead of txbuf pointersMichal Kazior2015-11-231-28/+27
* ath10k: replace vdev_id and tid in skb cbMichal Kazior2015-11-231-3/+33
* ath10k: pack up flags in skb_cbMichal Kazior2015-11-231-2/+2
* ath10k: remove freq from skb_cbMichal Kazior2015-11-231-2/+7
* ath10k: remove txmode from skb_cbMichal Kazior2015-11-231-4/+5
* ath10k: merge is_protected with nohwcryptMichal Kazior2015-11-231-3/+0
* ath10k: fix peerid configuration in htt tx desc for htt version < 3.4Vasanthakumar Thiagarajan2015-11-121-2/+9