summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
Commit message (Expand)AuthorAgeFilesLines
* ath10k: Move non-fatal warn logs to dbg level for SDIO chipWen Gong2019-06-281-1/+1
* ath10k: add report MIC error for sdio chipWen Gong2019-06-251-1/+6
* ath10k: acquire lock to fix lockdep's warningClaire Chang2019-06-251-3/+8
* ath10k: Use struct_size() helperGustavo A. R. Silva2019-05-071-3/+1
* ath10k: Fix the tx stats bytes & packets parsingBrandon Huang2019-05-071-3/+3
* ath10k: add fragmentation handler for high latency devicesWen Gong2019-04-291-0/+230
* ath10k: add PN replay protection for high latency devicesWen Gong2019-04-291-2/+95
* ath10k: add handler for HTT_T2H_MSG_TYPE_SEC_IND eventWen Gong2019-04-291-0/+46
* ath10k: htt: don't use txdone_fifo with SDIOAlagu Sankar2019-04-231-1/+3
* mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau2019-04-081-1/+1
* ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_statsSurabhi Vishnoi2019-02-281-3/+3
* ath10k: Fix the wrong updation of SGI in tx_stats debugfsSurabhi Vishnoi2019-02-281-1/+3
* ath10k: Fix the incorrect updation of NSS data in tx statsSurabhi Vishnoi2019-02-281-8/+8
* ath10k: don't report unset rssi values to mac80211Alagu Sankar2019-02-261-3/+9
* ath10k: add support for ack rssi value of data tx packetsAbhishek Ambure2019-02-261-5/+7
* ath10k: switch to use SPDX license identifiersKalle Valo2019-02-201-12/+1
* ath10k: change 'unsigned long int' to 'unsigned long'Kalle Valo2019-02-201-8/+8
* ath10k: report tx airtime provided by fwManikanta Pubbisetty2019-02-121-2/+50
* ath10k: report estimated frame transmit airtime to improve fairnessKan Yan2019-02-121-0/+1
* ath10k: migrate to mac80211 txq schedulingToke Høiland-Jørgensen2019-02-121-0/+8
* ath10k: disable interface pause wow config for integrated chipsetGovind Singh2019-02-111-5/+5
* ath10k: fill tx_duration for each peer in Tx stats per STASurabhi Vishnoi2019-02-071-0/+3
* ath10k: fix peer stats null pointer dereferenceZhi Chen2018-12-201-2/+2
* ath10k: fix warning due to msdu limit errorBhagavathi Perumal S2018-12-201-4/+37
* ath10k: report tx rate using ieee80211_tx_rate_update()Anilkumar Kolli2018-12-201-5/+62
* ath10k: add amsdu support for monitor modeYu Wang2018-12-201-2/+186
* ath10k: dump tx stats in rate table formatAnilkumar Kolli2018-11-051-1/+16
* ath10k: htt: remove some dead codeDan Carpenter2018-10-131-2/+0
* ath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_statsGustavo A. R. Silva2018-10-131-1/+2
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-10-041-21/+275
|\
| * ath10k: htt: High latency RX supportErik Stromdahl2018-09-061-3/+125
| * ath10k: add HTT RX HL opsErik Stromdahl2018-09-061-1/+6
| * ath10k: average ack rssi support for data framesBalaji Pothunoori2018-09-061-3/+25
| * ath10k: add extended per sta tx statistics supportAnilkumar Kolli2018-09-061-0/+109
| * ath10k: get the legacy rate index to update the txrate tableAnilkumar Kolli2018-09-061-14/+10
* | wireless: remove unnecessary unlikely()Igor Stoppa2018-09-041-2/+2
|/
* ath10k: use locked skb_dequeue for rx completionsBob Copeland2018-06-291-4/+4
* ath10k: protect ath10k_htt_rx_ring_free with rx_ring.lockBen Greear2018-06-281-1/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* ath10k: add inlined wrappers for htt rx opsErik Stromdahl2018-04-191-7/+7
* ath10k: Add tx ack signal support for management framesVenkateswara Naralasetty2018-04-191-0/+10
* ath10k: fix recent bandwidth conversion bugChristian Lamparter2018-03-291-18/+24
* ath10k: add sta rx packet stats per tidVasanthakumar Thiagarajan2018-03-261-10/+61
* ath10k: update copyright yearKalle Valo2017-12-271-1/+1
* ath10k: Add paddrs_ring_64 support for 64bit targetGovind Singh2017-12-271-16/+94
* ath10k: Add hw param for rx ring size supportGovind Singh2017-12-271-4/+1
* ath10k: Add support for 64 bit HTT in-order indication msgGovind Singh2017-12-271-6/+61
* ath10k: add per peer tx stats support for 10.2.4Anilkumar Kolli2017-12-141-0/+60
* ath10k: unify rx processing in napi_pollRajkumar Manoharan2017-12-141-59/+62
* ath10k: fix data rx for CCMP-256, GCMP and GCMP-256 in raw modeVasanthakumar Thiagarajan2017-11-201-13/+38
OpenPOWER on IntegriCloud