summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/txrx.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-23ath10k: fix tx header parsingMichal Kazior1-6/+2
2015-11-23ath10k: remove is_offchanMichal Kazior1-1/+6
2015-10-06ath10k: use pre-allocated DMA buffer in TxPeter Oh1-5/+0
2015-09-09ath10k: drop probe responses when too many are queuedVivek Natarajan1-2/+12
2015-07-29ath10k: Improve performance by reducing tx_lock contentionQi Zhou1-9/+8
2015-06-16ath10k: txrx: remove unreachable negative return check and fixup typeNicholas Mc Guire1-3/+3
2015-04-09ath10k: fix no-ack frame statusSujith Manoharan1-2/+7
2015-01-27ath10k: use idr api for msdu_idsMichal Kazior1-2/+7
2014-10-31ath10k: speed up hw recoveryMichal Kazior1-1/+2
2014-10-07ath10k: add tracing for tx infoRajkumar Manoharan1-0/+1
2014-09-18ath10k: use ether_addr_copy()Kalle Valo1-1/+1
2014-08-26ath10k: improve logging to include dev idMichal Kazior1-8/+9
2014-07-25ath10k: fix Rx aggregation reorderingMichal Kazior1-2/+1
2014-03-25ath10k: move rx related functions to htt_rx.cJanusz Dziedzic1-183/+0
2014-02-28ath10k: reduce htt tx/rx spinlock overheadMichal Kazior1-2/+2
2014-02-28ath10k: bypass htc for htt tx pathMichal Kazior1-2/+4
2014-02-28ath10k: remove DMA mapping wrappersMichal Kazior1-4/+1
2014-02-27ath10k: set the mactime of ieee80211_rx_statusChun-Yeow Yeoh1-0/+6
2014-02-26ath10k: add more details to some debug messagesBen Greear1-1/+2
2014-02-25Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville1-2/+2
2014-02-13ath10k: add more debugging for receive errorsBen Greear1-2/+2
2014-02-06mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach1-2/+2
2013-12-16ath10k: handle TKIP MIC error correctlyJanusz Dziedzic1-1/+1
2013-11-27ath10k: fix Tx status clearingMichal Kazior1-1/+1
2013-11-15ath10k: clear tx status before submitting to mac80211Michal Kazior1-0/+1
2013-11-15ath10k: remove htt rx amsdu clear retry bit hackKalle Valo1-0/+3
2013-10-21ath10k: fix NSS reporting in RXMichal Kazior1-1/+1
2013-09-26ath10k: report A-MSDU subframes individuallyMichal Kazior1-0/+2
2013-09-20ath10k: use msdu headroom to store txfragMichal Kazior1-10/+6
2013-09-20ath10k: decouple HTT TX completionsMichal Kazior1-36/+16
2013-09-20ath10k: avoid needless memset on TX pathMichal Kazior1-1/+0
2013-09-20ath10k: use num_pending_tx instead of msdu id bitmapMichal Kazior1-1/+1
2013-06-12ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devicesKalle Valo1-0/+417