summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
AgeCommit message (Expand)Author
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
2014-03-25ath10k: fix rssi and rate reportingJanusz Dziedzic
2014-03-25ath10k: introduce rx_status htt templateJanusz Dziedzic
2014-03-25ath10k: finally kill htt_rx_infoJanusz Dziedzic
2014-03-25ath10k: improve way we play with attention flagsJanusz Dziedzic
2014-03-25ath10k: return error when ath10k_htt_rx_amsdu_pop() failJanusz Dziedzic
2014-03-25ath10k: kill not needed fields from htt_rx_infoJanusz Dziedzic
2014-03-25ath10k: setup rx channel per ppduJanusz Dziedzic
2014-03-25ath10k: introduce ieee80211_rx_status to htt_rx_infoJanusz Dziedzic
2014-03-25ath10k: rename process_rx_rates to ath10k_htt_rx_h_ratesJanusz Dziedzic
2014-03-25ath10k: move rx related functions to htt_rx.cJanusz Dziedzic
2014-03-21ath10k: Fill per-ppdu info in rx_info only onceJanusz Dziedzic
2014-03-21ath10k: add ath10k_htt_rx_amsdu_allowed functionJanusz Dziedzic
2014-03-07ath10k: support msdu chainingBen Greear
2014-02-28ath10k: minimize coherent dma accessesMichal Kazior
2014-02-28ath10k: reduce htt tx/rx spinlock overheadMichal Kazior
2014-02-28ath10k: batch htt tx/rx completionsMichal Kazior
2014-02-27ath10k: skip management frames in HTT pathJanusz Dziedzic
2014-02-27ath10k: set the mactime of ieee80211_rx_statusChun-Yeow Yeoh
2014-02-26ath10k: fix 4addr rxMichal Kazior
2014-02-13ath10k: pass frames with invalid peer status to upper layerJanusz Dziedzic
2014-02-13ath10k: remove excessive rx msdu len checkBartosz Markowski
2014-02-13ath10k: better tx/rx debuggingBen Greear
2014-02-13ath10k: add more debugging for receive errorsBen Greear
2013-12-16ath10k: handle TKIP MIC error correctlyJanusz Dziedzic
2013-11-20ath10k: introduce DFS implementationMarek Puzyniak
2013-11-15ath10k: remove htt rx amsdu clear retry bit hackKalle Valo
2013-09-26ath10k: replenish HTT RX buffers in a taskletMichal Kazior
2013-09-26ath10k: fix Native Wifi decap mode RXMichal Kazior
2013-09-26ath10k: cleanup RX decap handlingMichal Kazior