summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-26ath10k: add sta rx packet stats per tidVasanthakumar Thiagarajan1-10/+61
2017-12-27ath10k: update copyright yearKalle Valo1-1/+1
2017-12-27ath10k: Add paddrs_ring_64 support for 64bit targetGovind Singh1-16/+94
2017-12-27ath10k: Add hw param for rx ring size supportGovind Singh1-4/+1
2017-12-27ath10k: Add support for 64 bit HTT in-order indication msgGovind Singh1-6/+61
2017-12-14ath10k: add per peer tx stats support for 10.2.4Anilkumar Kolli1-0/+60
2017-12-14ath10k: unify rx processing in napi_pollRajkumar Manoharan1-59/+62
2017-11-20ath10k: fix data rx for CCMP-256, GCMP and GCMP-256 in raw modeVasanthakumar Thiagarajan1-13/+38
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller1-3/+3
2017-10-30Revert "ath10k: fix napi_poll budget overflow"Kalle Valo1-11/+6
2017-10-30ath10k: rebuild crypto header in rx data framesVasanthakumar Thiagarajan1-16/+89
2017-10-27ath: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-08-31ath10k: fix napi_poll budget overflowRyan Hsu1-6/+11
2017-08-08ath10k: ath10k_htt_rx_amsdu_allowed() use ath10k_dbg()Gabriel Craciunescu1-1/+1
2017-08-03ath10k: set a-mpdu receiver reference numberMatthias Frei1-1/+11
2017-06-16ath10k: add per chain RSSI reportingNorik Dzhandzhapanyan1-0/+13
2017-05-23ath10k: fix reported HT MCS rates with NSS > 1Sven Eckelmann1-4/+10