summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
AgeCommit message (Expand)Author
2015-02-15ath10k: fix spelling in htt code commentBen Greear
2015-01-27ath10k: add support for qca6174 Rx descriptorsMichal Kazior
2015-01-27ath10k: implement rx reorder supportMichal Kazior
2015-01-27ath10k: introduce struct ath10k_skb_rxcbMichal Kazior
2015-01-13ath10k: Fix potential Rx ring corruptionVasanthakumar Thiagarajan
2014-12-01ath10k: simplify rx ring size/fill calculationMichal Kazior
2014-11-26ath10k: don't drop corrupted mgmt framesMichal Kazior
2014-11-20ath10k: report rx rate and signal for fragmented RxMichal Kazior
2014-11-20ath10k: use rx descriptor for ppdu status extractionMichal Kazior
2014-11-20ath10k: remove unused function argumentMichal Kazior
2014-11-20ath10k: unify rx undecappingMichal Kazior
2014-11-20ath10k: refactor htt->rx_confusedMichal Kazior
2014-11-20ath10k: simplify Rx loopMichal Kazior
2014-11-20ath10k: start using sk_buff_headMichal Kazior
2014-11-17ath10k: handle ieee80211 header and payload tracing separatelyRajkumar Manoharan
2014-10-24ath10k: remove tsf argument from rx_desc tracingMichal Kazior
2014-10-24ath10k: clear htt->rx_confused on loadMichal Kazior
2014-10-24ath10k: don't forget to replenish after fragmented RxMichal Kazior
2014-10-24ath10k: add extra sanity check when popping amsduMichal Kazior
2014-10-24ath10k: don't drop frames aggressivelyMichal Kazior
2014-10-24ath10k: deduplicate htt rx dma unmappingMichal Kazior
2014-10-24ath10k: fix rx buffer tracingMichal Kazior
2014-10-24ath10k: use ieee80211 defines for crypto param lengthsMichal Kazior
2014-10-24ath10k: remove unused variableMichal Kazior
2014-10-24ath10k: don't drop control and null func RxMichal Kazior
2014-10-08ath10k: add tracing for frame transmissionRajkumar Manoharan
2014-10-08ath10k: warn on unhandled htt eventsMichal Kazior
2014-10-07ath10k: add tracing for rx descriptorRajkumar Manoharan
2014-10-07ath10k: add tracing for ath10k_htt_pktlogRajkumar Manoharan
2014-09-18ath10k: use ether_addr_copy()Kalle Valo
2014-09-18ath10k: miscellaneous checkpatch fixesKalle Valo
2014-09-18ath10k: else is not generally useful after a break or returnKalle Valo
2014-09-18ath10k: fix missing a blank line after declarationsKalle Valo
2014-09-18ath10k: fix use of multiple blank linesKalle Valo
2014-09-18ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo
2014-09-18ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()Kalle Valo
2014-09-02ath10k: add device/driver strings to tracepointsMichal Kazior
2014-08-26ath10k: improve logging to include dev idMichal Kazior
2014-07-29ath10k: extend debug code for RX pathJanusz Dziedzic
2014-07-29ath10k: fix aggregated 4addr RxMichal Kazior
2014-07-25ath10k: handle attention flags correctly when using A-MSDUJanusz Dziedzic
2014-07-25ath10k: fix Rx aggregation reorderingMichal Kazior
2014-07-21ath10k: prevent some tx flushing failuresMichal Kazior
2014-06-02ath10k: remove unnecessary htt rx corruption checkMichal Kazior
2014-05-27ath10k: ensure rx-frag ignores rssiBen Greear
2014-05-26ath10k: fix protected flag strippingMichal Kazior
2014-05-23ath10k: fix core start sequenceMichal Kazior
2014-05-14ath10k: fix handling of wierd MSDU chaining casesMichal Kazior
2014-05-14ath10k: fix htt rx ring clean upMichal Kazior
2014-04-08ath10k: refactor monitor codeMichal Kazior