summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-24ath10k: use ieee80211 defines for crypto param lengthsMichal Kazior1-14/+20
2014-10-24ath10k: remove unused variableMichal Kazior1-5/+0
2014-10-24ath10k: don't drop control and null func RxMichal Kazior1-2/+1
2014-10-08ath10k: add tracing for frame transmissionRajkumar Manoharan1-0/+3
2014-10-08ath10k: warn on unhandled htt eventsMichal Kazior1-2/+2
2014-10-07ath10k: add tracing for rx descriptorRajkumar Manoharan1-0/+4
2014-10-07ath10k: add tracing for ath10k_htt_pktlogRajkumar Manoharan1-0/+9
2014-09-18ath10k: use ether_addr_copy()Kalle Valo1-4/+4
2014-09-18ath10k: miscellaneous checkpatch fixesKalle Valo1-2/+2
2014-09-18ath10k: else is not generally useful after a break or returnKalle Valo1-6/+6
2014-09-18ath10k: fix missing a blank line after declarationsKalle Valo1-3/+7
2014-09-18ath10k: fix use of multiple blank linesKalle Valo1-1/+0
2014-09-18ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo1-6/+6
2014-09-18ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()Kalle Valo1-3/+4
2014-09-02ath10k: add device/driver strings to tracepointsMichal Kazior1-1/+1
2014-08-26ath10k: improve logging to include dev idMichal Kazior1-52/+64
2014-07-29ath10k: extend debug code for RX pathJanusz Dziedzic1-2/+39