summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-25ath10k: introduce rx_status htt templateJanusz Dziedzic1-18/+18
2014-03-25ath10k: finally kill htt_rx_infoJanusz Dziedzic1-60/+60
2014-03-25ath10k: improve way we play with attention flagsJanusz Dziedzic1-75/+19
2014-03-25ath10k: return error when ath10k_htt_rx_amsdu_pop() failJanusz Dziedzic1-24/+26
2014-03-25ath10k: kill not needed fields from htt_rx_infoJanusz Dziedzic1-62/+74
2014-03-25ath10k: setup rx channel per ppduJanusz Dziedzic1-18/+33
2014-03-25ath10k: introduce ieee80211_rx_status to htt_rx_infoJanusz Dziedzic1-1/+1
2014-03-25ath10k: rename process_rx_rates to ath10k_htt_rx_h_ratesJanusz Dziedzic1-4/+4
2014-03-25ath10k: move rx related functions to htt_rx.cJanusz Dziedzic1-0/+183
2014-03-21ath10k: Fill per-ppdu info in rx_info only onceJanusz Dziedzic1-8/+9
2014-03-21ath10k: add ath10k_htt_rx_amsdu_allowed functionJanusz Dziedzic1-44/+51
2014-03-07ath10k: support msdu chainingBen Greear1-5/+54
2014-02-28ath10k: minimize coherent dma accessesMichal Kazior1-11/+4
2014-02-28ath10k: reduce htt tx/rx spinlock overheadMichal Kazior1-5/+19
2014-02-28ath10k: batch htt tx/rx completionsMichal Kazior1-40/+78
2014-02-27ath10k: skip management frames in HTT pathJanusz Dziedzic1-1/+16
2014-02-27ath10k: set the mactime of ieee80211_rx_statusChun-Yeow Yeoh1-0/+1
2014-02-26ath10k: fix 4addr rxMichal Kazior1-2/+8
2014-02-13ath10k: pass frames with invalid peer status to upper layerJanusz Dziedzic1-0/+1
2014-02-13ath10k: remove excessive rx msdu len checkBartosz Markowski1-6/+0
2014-02-13ath10k: better tx/rx debuggingBen Greear1-7/+10
2014-02-13ath10k: add more debugging for receive errorsBen Greear1-0/+11
2013-12-16ath10k: handle TKIP MIC error correctlyJanusz Dziedzic1-0/+15
2013-11-20ath10k: introduce DFS implementationMarek Puzyniak1-0/+5
2013-11-15ath10k: remove htt rx amsdu clear retry bit hackKalle Valo1-17/+3
2013-09-26ath10k: replenish HTT RX buffers in a taskletMichal Kazior1-3/+32
2013-09-26ath10k: fix Native Wifi decap mode RXMichal Kazior1-3/+29
2013-09-26ath10k: cleanup RX decap handlingMichal Kazior1-26/+28
2013-09-26ath10k: report A-MSDU subframes individuallyMichal Kazior1-123/+83
2013-09-20ath10k: decouple HTT TX completionsMichal Kazior1-2/+2
2013-09-12ath10k: add boot messages to htt.cKalle Valo1-1/+1
2013-09-06ath10k: add trace event ath10k_htt_statsKalle Valo1-1/+4
2013-08-14ath10k: implement 802.3 SNAP rx decap type A-MSDU handlingMichal Kazior1-2/+10
2013-08-02ath10k: implement rx checksum offloadingMichal Kazior1-0/+40
2013-07-30ath10k: embed HTT struct inside ath10kMichal Kazior1-1/+2
2013-06-12ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devicesKalle Valo1-0/+1167