summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
AgeCommit message (Expand)Author
2015-10-16ath10k: export htt tx rx handlersRajkumar Manoharan
2015-09-09ath10k: print invalid mcs reported in rx descriptorManikanta Pubbisetty
2015-09-09ath10k: fix mu-mimo rx status reportingMichal Kazior
2015-07-29ath10k: enable raw encap mode and software crypto engineDavid Liu
2015-07-29ath10k: Improve performance by reducing tx_lock contentionQi Zhou
2015-07-24ath10k: add support for qca99x0 Rx descriptorsPeter Oh
2015-07-02ath10k: add 10.4 fw specific htt msg definitionsRaja Mani
2015-06-16ath10k: remove unused variable hdr in ath10k_htt_rx_h_undecap()Raja Mani
2015-05-22ath10k: add new 4addr related fw_featureMichal Kazior
2015-04-09ath10k: fix no-ack frame statusSujith Manoharan
2015-04-01ath10k: implement chanctx APIMichal Kazior
2015-03-30ath10k: rework legacy rx rate decodingMichal Kazior
2015-03-30ath10k: unify tx mode and dispatchMichal Kazior
2015-03-30ath10k: add ATH10K_FW_IE_HTT_OP_VERSIONRajkumar Manoharan
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