aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02ath10k: enable napi on RX path for sdioWen Gong1-8/+40
2019-11-29ath10k: change log level for mpdu status of sdio chipWen Gong1-2/+2
2019-11-25ath10k: fix RX of frames with broken FCS in monitor modeLinus Lüssing1-0/+7
2019-11-25ath10k: report rssi of each chain to mac80211 for sdioWen Gong1-1/+0
2019-11-25ath10k: add workqueue for RX path of sdioWen Gong1-0/+3
2019-10-31ath10k: remove unneeded semicolonYueHaibing1-1/+1
2019-09-17ath10k: Check if station exists before forwarding tx airtime reportHauke Mehrtens1-1/+1
2019-09-10ath10k: add reorder and change PN check logic for mac80211Wen Gong1-2/+89
2019-06-28ath10k: Move non-fatal warn logs to dbg level for SDIO chipWen Gong1-1/+1
2019-06-25ath10k: add report MIC error for sdio chipWen Gong1-1/+6
2019-06-25ath10k: acquire lock to fix lockdep's warningClaire Chang1-3/+8
2019-05-07ath10k: Use struct_size() helperGustavo A. R. Silva1-3/+1
2019-05-07ath10k: Fix the tx stats bytes & packets parsingBrandon Huang1-3/+3
2019-04-29ath10k: add fragmentation handler for high latency devicesWen Gong1-0/+230
2019-04-29ath10k: add PN replay protection for high latency devicesWen Gong1-2/+95
2019-04-29ath10k: add handler for HTT_T2H_MSG_TYPE_SEC_IND eventWen Gong1-0/+46
2019-04-23ath10k: htt: don't use txdone_fifo with SDIOAlagu Sankar1-1/+3
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau1-1/+1
2019-02-28ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_statsSurabhi Vishnoi1-3/+3
2019-02-28ath10k: Fix the wrong updation of SGI in tx_stats debugfsSurabhi Vishnoi1-1/+3
2019-02-28ath10k: Fix the incorrect updation of NSS data in tx statsSurabhi Vishnoi1-8/+8
2019-02-26ath10k: don't report unset rssi values to mac80211Alagu Sankar1-3/+9
2019-02-26ath10k: add support for ack rssi value of data tx packetsAbhishek Ambure1-5/+7
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo1-12/+1
2019-02-20ath10k: change 'unsigned long int' to 'unsigned long'Kalle Valo1-8/+8
2019-02-12ath10k: report tx airtime provided by fwManikanta Pubbisetty1-2/+50
2019-02-12ath10k: report estimated frame transmit airtime to improve fairnessKan Yan1-0/+1
2019-02-12ath10k: migrate to mac80211 txq schedulingToke Høiland-Jørgensen1-0/+8
2019-02-11ath10k: disable interface pause wow config for integrated chipsetGovind Singh1-5/+5
2019-02-07ath10k: fill tx_duration for each peer in Tx stats per STASurabhi Vishnoi1-0/+3
2018-12-20ath10k: fix peer stats null pointer dereferenceZhi Chen1-2/+2
2018-12-20ath10k: fix warning due to msdu limit errorBhagavathi Perumal S1-4/+37
2018-12-20ath10k: report tx rate using ieee80211_tx_rate_update()Anilkumar Kolli1-5/+62
2018-12-20ath10k: add amsdu support for monitor modeYu Wang1-2/+186
2018-11-05ath10k: dump tx stats in rate table formatAnilkumar Kolli1-1/+16
2018-10-13ath10k: htt: remove some dead codeDan Carpenter1-2/+0
2018-10-13ath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_statsGustavo A. R. Silva1-1/+2
2018-10-04Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-21/+275
2018-09-06ath10k: htt: High latency RX supportErik Stromdahl1-3/+125
2018-09-06ath10k: add HTT RX HL opsErik Stromdahl1-1/+6
2018-09-06ath10k: average ack rssi support for data framesBalaji Pothunoori1-3/+25
2018-09-06ath10k: add extended per sta tx statistics supportAnilkumar Kolli1-0/+109
2018-09-06ath10k: get the legacy rate index to update the txrate tableAnilkumar Kolli1-14/+10
2018-09-04wireless: remove unnecessary unlikely()Igor Stoppa1-2/+2
2018-06-29ath10k: use locked skb_dequeue for rx completionsBob Copeland1-4/+4
2018-06-28ath10k: protect ath10k_htt_rx_ring_free with rx_ring.lockBen Greear1-1/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-19ath10k: add inlined wrappers for htt rx opsErik Stromdahl1-7/+7
2018-04-19ath10k: Add tx ack signal support for management framesVenkateswara Naralasetty1-0/+10
2018-03-29ath10k: fix recent bandwidth conversion bugChristian Lamparter1-18/+24