summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/txrx.c
Commit message (Expand)AuthorAgeFilesLines
* ath10k: add peer id check in ath10k_peer_find_by_idWen Gong2019-05-071-0/+3
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1Star
* ath10k: report tx airtime provided by fwManikanta Pubbisetty2019-02-121-1/+1
* ath10k: report estimated frame transmit airtime to improve fairnessKan Yan2019-02-121-0/+4
* ath10k: disable interface pause wow config for integrated chipsetGovind Singh2019-02-111-1/+1
* ath10k: DMA related fixes for high latency devicesErik Stromdahl2018-09-061-1/+2
* ath10k: Add tx ack signal support for management framesVenkateswara Naralasetty2018-04-191-0/+8
* ath10k: make ath10k report discarded packets to mac80211Ignacio Nunez Hernanz2018-02-261-5/+7
* ath10k: update copyright yearKalle Valo2017-12-271-1/+1
* ath10k: fix block comments styleMarcin Rokicki2017-04-051-1/+2
* ath10k: fix throughput regression in multi client modeRajkumar Manoharan2016-09-091-2/+0Star
* ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan2016-09-021-1/+1
* ath10k: Add WARN_ON if we over-write peer-map pointer.Ben Greear2016-07-081-0/+1
* ath10k: fix potential null dereference bugsBob Copeland2016-06-301-2/+3
* ath10k: improve tx schedulingMichal Kazior2016-05-241-0/+3
* ath10k: add some sanity checks to peer_map_event() functionsDan Carpenter2016-04-191-0/+14
* ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()Kalle Valo2016-04-141-1/+1
* ath10k: fix checkpatch warnings related to spacesKalle Valo2016-04-141-1/+1
* ath10k: speedup htt rx descriptor processing for tx completionRajkumar Manoharan2016-04-041-6/+6
* ath10k: move mgmt descriptor limit handle under mgmt_txRajkumar Manoharan2016-03-181-11/+7Star
* ath10k: keep track of queue depth per txqMichal Kazior2016-03-061-0/+7
* ath10k: add fast peer_map lookupMichal Kazior2016-03-061-0/+2
* ath10k: refactor tx pending managementMichal Kazior2016-03-061-1/+1
* ath10k: fix tx header parsingMichal Kazior2015-11-231-6/+2Star
* ath10k: remove is_offchanMichal Kazior2015-11-231-1/+6
* ath10k: use pre-allocated DMA buffer in TxPeter Oh2015-10-061-5/+0Star
* ath10k: drop probe responses when too many are queuedVivek Natarajan2015-09-091-2/+12
* ath10k: Improve performance by reducing tx_lock contentionQi Zhou2015-07-291-9/+8Star
* ath10k: txrx: remove unreachable negative return check and fixup typeNicholas Mc Guire2015-06-161-3/+3
* ath10k: fix no-ack frame statusSujith Manoharan2015-04-091-2/+7
* ath10k: use idr api for msdu_idsMichal Kazior2015-01-271-2/+7
* ath10k: speed up hw recoveryMichal Kazior2014-10-311-1/+2
* ath10k: add tracing for tx infoRajkumar Manoharan2014-10-071-0/+1
* ath10k: use ether_addr_copy()Kalle Valo2014-09-181-1/+1
* ath10k: improve logging to include dev idMichal Kazior2014-08-261-8/+9
* ath10k: fix Rx aggregation reorderingMichal Kazior2014-07-251-2/+1Star
* ath10k: move rx related functions to htt_rx.cJanusz Dziedzic2014-03-251-183/+0Star
* ath10k: reduce htt tx/rx spinlock overheadMichal Kazior2014-02-281-2/+2
* ath10k: bypass htc for htt tx pathMichal Kazior2014-02-281-2/+4
* ath10k: remove DMA mapping wrappersMichal Kazior2014-02-281-4/+1Star
* ath10k: set the mactime of ieee80211_rx_statusChun-Yeow Yeoh2014-02-271-0/+6
* ath10k: add more details to some debug messagesBen Greear2014-02-261-1/+2
* Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-02-241-2/+2
|\
| * ath10k: add more debugging for receive errorsBen Greear2014-02-131-2/+2
* | mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach2014-02-061-2/+2
|/
* ath10k: handle TKIP MIC error correctlyJanusz Dziedzic2013-12-161-1/+1
* ath10k: fix Tx status clearingMichal Kazior2013-11-271-1/+1
* ath10k: clear tx status before submitting to mac80211Michal Kazior2013-11-151-0/+1
* ath10k: remove htt rx amsdu clear retry bit hackKalle Valo2013-11-151-0/+3
* ath10k: fix NSS reporting in RXMichal Kazior2013-10-211-1/+1