summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-08ath10k: deliver mgmt frames from htt to monitor vifs onlyGrzegorz Bajorski1-36/+34
2016-03-06ath10k: implement push-pull txMichal Kazior1-8/+105
2016-03-06ath10k: implement wake_tx_queueMichal Kazior1-0/+3
2016-03-06ath10k: add new htt message generation/parsing logicMichal Kazior1-1/+197
2016-03-03ath10k: process htt rx indication as batch modeRajkumar Manoharan1-2/+14
2016-03-03ath10k: reduce rx_lock contention for htt rx indicationRajkumar Manoharan1-10/+8
2016-03-03ath10k: fix pktlog in QCA99X0Ashok Raj Nagarajan1-5/+1
2016-01-28ath10k: implement basic support for new tx path firmwareMichal Kazior1-1/+3
2016-01-28ath10k: rename some HTT eventsMichal Kazior1-2/+2
2016-01-21ath10k: prevent txrx running for too longMichal Kazior1-1/+9
2015-11-30ath10k: stop abusing GFP_DMAFelix Fietkau1-2/+2
2015-11-23ath10k: adjust the RX packet pad offset at QCA99X0 4addr modeYanbo Li1-1/+14
2015-11-16ath10k: fix the wrong RX rate idx report at 11G modeYanbo Li1-1/+1
2015-11-04ath10k: add support for pktlog in QCA99X0Vivek Natarajan1-0/+12
2015-10-16ath10k: export htt tx rx handlersRajkumar Manoharan1-0/+1
2015-09-09ath10k: print invalid mcs reported in rx descriptorManikanta Pubbisetty1-0/+23
2015-09-09ath10k: fix mu-mimo rx status reportingMichal Kazior1-2/+22
2015-07-29ath10k: enable raw encap mode and software crypto engineDavid Liu1-3/+4
2015-07-29ath10k: Improve performance by reducing tx_lock contentionQi Zhou1-10/+2
2015-07-24ath10k: add support for qca99x0 Rx descriptorsPeter Oh1-12/+12
2015-07-02ath10k: add 10.4 fw specific htt msg definitionsRaja Mani1-0/+4
2015-06-16ath10k: remove unused variable hdr in ath10k_htt_rx_h_undecap()Raja Mani1-2/+0
2015-05-22ath10k: add new 4addr related fw_featureMichal Kazior1-4/+10
2015-04-09ath10k: fix no-ack frame statusSujith Manoharan1-0/+2
2015-04-01ath10k: implement chanctx APIMichal Kazior1-7/+93
2015-03-30ath10k: rework legacy rx rate decodingMichal Kazior1-53/+11
2015-03-30ath10k: unify tx mode and dispatchMichal Kazior1-8/+0
2015-03-30ath10k: add ATH10K_FW_IE_HTT_OP_VERSIONRajkumar Manoharan1-7/+13
2015-02-15ath10k: fix spelling in htt code commentBen Greear1-1/+1
2015-01-27ath10k: add support for qca6174 Rx descriptorsMichal Kazior1-1/+1
2015-01-27ath10k: implement rx reorder supportMichal Kazior1-34/+359
2015-01-27ath10k: introduce struct ath10k_skb_rxcbMichal Kazior1-5/+5
2015-01-13ath10k: Fix potential Rx ring corruptionVasanthakumar Thiagarajan1-0/+5
2014-12-01ath10k: simplify rx ring size/fill calculationMichal Kazior1-89/+9
2014-11-26ath10k: don't drop corrupted mgmt framesMichal Kazior1-2/+11
2014-11-20ath10k: report rx rate and signal for fragmented RxMichal Kazior1-3/+1
2014-11-20ath10k: use rx descriptor for ppdu status extractionMichal Kazior1-41/+95
2014-11-20ath10k: remove unused function argumentMichal Kazior1-13/+3
2014-11-20ath10k: unify rx undecappingMichal Kazior1-326/+412
2014-11-20ath10k: refactor htt->rx_confusedMichal Kazior1-17/+12
2014-11-20ath10k: simplify Rx loopMichal Kazior1-41/+39
2014-11-20ath10k: start using sk_buff_headMichal Kazior1-122/+91
2014-11-17ath10k: handle ieee80211 header and payload tracing separatelyRajkumar Manoharan1-2/+2
2014-10-24ath10k: remove tsf argument from rx_desc tracingMichal Kazior1-3/+1
2014-10-24ath10k: clear htt->rx_confused on loadMichal Kazior1-0/+2
2014-10-24ath10k: don't forget to replenish after fragmented RxMichal Kazior1-0/+2
2014-10-24ath10k: add extra sanity check when popping amsduMichal Kazior1-0/+9
2014-10-24ath10k: don't drop frames aggressivelyMichal Kazior1-15/+0
2014-10-24ath10k: deduplicate htt rx dma unmappingMichal Kazior1-21/+9
2014-10-24ath10k: fix rx buffer tracingMichal Kazior1-3/+4