summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htt_tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* ath10k: clean up HTT tx buffer allocation and freeMohammed Shafi Shajakhan2016-11-151-25/+50
* ath10k: implement NAPI supportRajkumar Manoharan2016-09-091-2/+0Star
* 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/+21Star
* 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/+27Star
* 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/+0Star
* ath10k: fix peerid configuration in htt tx desc for htt version < 3.4Vasanthakumar Thiagarajan2015-11-121-2/+9
* ath10k: set peer MFP flag in peer assoc commandTamizh chelvam2015-11-041-0/+7
* ath10k: export htt tx rx handlersRajkumar Manoharan2015-10-161-0/+6
* ath10k: use pre-allocated DMA buffer in TxPeter Oh2015-10-061-20/+23
* ath10k: brace style fixesKalle Valo2015-10-061-4/+4
* ath10k: check for encryption before adding MIC_LENBob Copeland2015-09-171-1/+2
* ath10k: drop probe responses when too many are queuedVivek Natarajan2015-09-091-8/+44
* ath10k: fix dma_mapping_error() handlingMichal Kazior2015-08-261-2/+6
* ath10k: initialize msdu ext. descriptor before usePeter Oh2015-07-301-2/+2
* ath10k: enable raw encap mode and software crypto engineDavid Liu2015-07-291-2/+10
* ath10k: Improve performance by reducing tx_lock contentionQi Zhou2015-07-291-6/+2Star
* ath10k: extend struct htt_mgmt_tx_dec for qca99x0Raja Mani2015-07-241-0/+2
* ath10k: add TCP/UDP Checksum offload support for QCA99x0Manikanta Pubbisetty2015-07-241-0/+4
* ath10k: update tx path to support QCA99X0Peter Oh2015-07-241-10/+25
* ath10k: configure frag desc memory to target for qca99X0Raja Mani2015-07-021-2/+74
* ath10k: rework tx queue lockingMichal Kazior2015-04-011-2/+2
* ath10k: unify tx mode and dispatchMichal Kazior2015-03-301-16/+14Star
* ath10k: Use TX cksum offload only for CHECKSUM_PARTIALHelmut Schaa2015-02-041-2/+4
* ath10k: fix pmf for wmi-tlv on qca6174Marek Kwaczynski2015-01-271-0/+6
* ath10k: use idr api for msdu_idsMichal Kazior2015-01-271-53/+25Star
* ath10k: fix error return codeJulia Lawall2015-01-131-1/+3
* ath10k: set max_num_pending_tx in ath10k_core_init_firmware_features()Kalle Valo2014-12-081-5/+0Star
* ath10k: fix offchan reliabilityMichal Kazior2014-11-261-3/+4
* ath10k: handle ieee80211 header and payload tracing separatelyRajkumar Manoharan2014-11-171-1/+2
* ath10k: speed up hw recoveryMichal Kazior2014-10-311-1/+0Star
* ath10k: add tracing for frame transmissionRajkumar Manoharan2014-10-081-0/+1
* ath10k: add tracing for tx infoRajkumar Manoharan2014-10-071-0/+1
* ath10k: don't use return on void functionsKalle Valo2014-09-181-1/+0Star