aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-22ath10k: improve tx status reportingSergey Ryazanov1-1/+14
2022-02-04mac80211: fix struct ieee80211_tx_info sizeAvraham Stern1-1/+1
2021-12-08ath10k: Fix tx hangingSebastian Gottschall1-2/+0
2021-02-04ath10k: remove h from printk format specifierTom Rix1-2/+2
2020-08-26ath10k: Add new api to support TID specific configurationTamizh Chelvam1-3/+8
2020-04-07ath10k: fix kernel null pointer dereferenceVenkateswara Naralasetty1-0/+2
2019-11-08ath10k: fix get invalid tx rate for Mesh metricMiaoqing Pan1-0/+2
2019-05-07ath10k: add peer id check in ath10k_peer_find_by_idWen Gong1-0/+3
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo1-12/+1
2019-02-12ath10k: report tx airtime provided by fwManikanta Pubbisetty1-1/+1
2019-02-12ath10k: report estimated frame transmit airtime to improve fairnessKan Yan1-0/+4
2019-02-11ath10k: disable interface pause wow config for integrated chipsetGovind Singh1-1/+1
2018-09-06ath10k: DMA related fixes for high latency devicesErik Stromdahl1-1/+2
2018-04-19ath10k: Add tx ack signal support for management framesVenkateswara Naralasetty1-0/+8
2018-02-26ath10k: make ath10k report discarded packets to mac80211Ignacio Nunez Hernanz1-5/+7
2017-12-27ath10k: update copyright yearKalle Valo1-1/+1
2017-04-05ath10k: fix block comments styleMarcin Rokicki1-1/+2
2016-09-09ath10k: fix throughput regression in multi client modeRajkumar Manoharan1-2/+0
2016-09-02ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan1-1/+1
2016-07-08ath10k: Add WARN_ON if we over-write peer-map pointer.Ben Greear1-0/+1
2016-06-30ath10k: fix potential null dereference bugsBob Copeland1-2/+3
2016-05-24ath10k: improve tx schedulingMichal Kazior1-0/+3
2016-04-19ath10k: add some sanity checks to peer_map_event() functionsDan Carpenter1-0/+14
2016-04-14ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()Kalle Valo1-1/+1
2016-04-14ath10k: fix checkpatch warnings related to spacesKalle Valo1-1/+1
2016-04-04ath10k: speedup htt rx descriptor processing for tx completionRajkumar Manoharan1-6/+6
2016-03-18ath10k: move mgmt descriptor limit handle under mgmt_txRajkumar Manoharan1-11/+7
2016-03-06ath10k: keep track of queue depth per txqMichal Kazior1-0/+7
2016-03-06ath10k: add fast peer_map lookupMichal Kazior1-0/+2
2016-03-06ath10k: refactor tx pending managementMichal Kazior1-1/+1
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-24Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville1-2/+2