summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
AgeCommit message (Expand)Author
2020-11-07wireless: remove unneeded breakTom Rix
2020-08-18ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam
2020-08-17ath10k: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-20ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen
2020-06-16ath10k: fix retry packets update in station dumpVenkateswara Naralasetty
2020-04-27ath10k: add statistics of tx retries and tx failed when tx complete disableWen Gong
2020-04-22ath10k: add htt TX bundle for sdioWen Gong
2020-04-09ath10k: disable TX complete indication of htt for sdioWen Gong
2020-03-11ath10k: fix not registering airtime of 11a station with WMM disableYibo Zhao
2020-01-26ath10k: use true,false for bool variablezhengbin
2019-12-02ath10k: enable napi on RX path for sdioWen Gong
2019-11-29ath10k: change log level for mpdu status of sdio chipWen Gong
2019-11-25ath10k: fix RX of frames with broken FCS in monitor modeLinus Lüssing
2019-11-25ath10k: report rssi of each chain to mac80211 for sdioWen Gong
2019-11-25ath10k: add workqueue for RX path of sdioWen Gong
2019-10-31ath10k: remove unneeded semicolonYueHaibing
2019-09-17ath10k: Check if station exists before forwarding tx airtime reportHauke Mehrtens
2019-09-10ath10k: add reorder and change PN check logic for mac80211Wen Gong
2019-06-28ath10k: Move non-fatal warn logs to dbg level for SDIO chipWen Gong
2019-06-25ath10k: add report MIC error for sdio chipWen Gong
2019-06-25ath10k: acquire lock to fix lockdep's warningClaire Chang
2019-05-07ath10k: Use struct_size() helperGustavo A. R. Silva
2019-05-07ath10k: Fix the tx stats bytes & packets parsingBrandon Huang
2019-04-29ath10k: add fragmentation handler for high latency devicesWen Gong
2019-04-29ath10k: add PN replay protection for high latency devicesWen Gong
2019-04-29ath10k: add handler for HTT_T2H_MSG_TYPE_SEC_IND eventWen Gong
2019-04-23ath10k: htt: don't use txdone_fifo with SDIOAlagu Sankar
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau
2019-02-28ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_statsSurabhi Vishnoi
2019-02-28ath10k: Fix the wrong updation of SGI in tx_stats debugfsSurabhi Vishnoi
2019-02-28ath10k: Fix the incorrect updation of NSS data in tx statsSurabhi Vishnoi
2019-02-26ath10k: don't report unset rssi values to mac80211Alagu Sankar
2019-02-26ath10k: add support for ack rssi value of data tx packetsAbhishek Ambure
2019-02-20ath10k: switch to use SPDX license identifiersKalle Valo
2019-02-20ath10k: change 'unsigned long int' to 'unsigned long'Kalle Valo
2019-02-12ath10k: report tx airtime provided by fwManikanta Pubbisetty
2019-02-12ath10k: report estimated frame transmit airtime to improve fairnessKan Yan
2019-02-12ath10k: migrate to mac80211 txq schedulingToke Høiland-Jørgensen
2019-02-11ath10k: disable interface pause wow config for integrated chipsetGovind Singh
2019-02-07ath10k: fill tx_duration for each peer in Tx stats per STASurabhi Vishnoi
2018-12-20ath10k: fix peer stats null pointer dereferenceZhi Chen
2018-12-20ath10k: fix warning due to msdu limit errorBhagavathi Perumal S
2018-12-20ath10k: report tx rate using ieee80211_tx_rate_update()Anilkumar Kolli
2018-12-20ath10k: add amsdu support for monitor modeYu Wang
2018-11-05ath10k: dump tx stats in rate table formatAnilkumar Kolli
2018-10-13ath10k: htt: remove some dead codeDan Carpenter
2018-10-13ath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_statsGustavo A. R. Silva
2018-10-04Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2018-09-06ath10k: htt: High latency RX supportErik Stromdahl
2018-09-06ath10k: add HTT RX HL opsErik Stromdahl