aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-29ath10k: fix aggregated 4addr RxMichal Kazior1-5/+9
2014-07-25ath10k: handle attention flags correctly when using A-MSDUJanusz Dziedzic1-8/+15
2014-07-25ath10k: fix Rx aggregation reorderingMichal Kazior1-1/+91
2014-07-21ath10k: prevent some tx flushing failuresMichal Kazior1-0/+7
2014-06-02ath10k: remove unnecessary htt rx corruption checkMichal Kazior1-18/+0
2014-05-27ath10k: ensure rx-frag ignores rssiBen Greear1-0/+1
2014-05-26ath10k: fix protected flag strippingMichal Kazior1-9/+24
2014-05-23ath10k: fix core start sequenceMichal Kazior1-2/+2
2014-05-14ath10k: fix handling of wierd MSDU chaining casesMichal Kazior1-1/+19
2014-05-14ath10k: fix htt rx ring clean upMichal Kazior1-15/+21
2014-04-08ath10k: refactor monitor codeMichal Kazior1-1/+1
2014-03-25ath10k: fix rssi and rate reportingJanusz Dziedzic1-4/+5