summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath10k: Remove redundant argument offsetZhi-Jun You2022-11-171-12/+7
* wifi: ath10k: Use IEEE80211_SEQ_TO_SN() for seq_ctrl conversionZhi-Jun You2022-11-091-3/+3
* wifi: ath10k: reset pointer after memory free to avoid potential use-after-freeWen Gong2022-09-221-0/+6
* wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson2022-09-161-1/+1
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-1/+1
* ath10k: fix recently introduced checkpatch warningKalle Valo2022-06-081-1/+1
* ath10k: fix misreported tx bandwidth for 160MhzMaxime Bizon2022-05-221-0/+4
* ath10k: fix pointer arithmetic error in trace callFrancesco Magliocca2022-02-241-1/+1
* ath10k: abstract htt_rx_desc structureFrancesco Magliocca2022-01-171-103/+228
* ath10k: remove unused more_frags variableYang Yingliang2021-06-121-2/+0
* ath10k: Validate first subframe of A-MSDU before processing the listSriram R2021-05-111-4/+57
* ath10k: Fix TKIP Michael MIC verification for PCIeWen Gong2021-05-111-0/+10
* ath10k: drop MPDU which has discard flag set by firmware for SDIOWen Gong2021-05-111-0/+5
* ath10k: drop fragments with multicast DA for SDIOWen Gong2021-05-111-2/+7
* ath10k: drop fragments with multicast DA for PCIeWen Gong2021-05-111-3/+20
* ath10k: add CCMP PN replay protection for fragmented frames for PCIeWen Gong2021-05-111-4/+95
* ath10k: remove h from printk format specifierTom Rix2021-02-041-16/+16
* wireless: remove unneeded breakTom Rix2020-11-071-1/+0
* ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam2020-08-181-1/+7
* ath10k: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-171-1/+1
* ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen2020-07-201-0/+8
* ath10k: fix retry packets update in station dumpVenkateswara Naralasetty2020-06-161-3/+5
* ath10k: add statistics of tx retries and tx failed when tx complete disableWen Gong2020-04-271-0/+7
* ath10k: add htt TX bundle for sdioWen Gong2020-04-221-0/+1
* ath10k: disable TX complete indication of htt for sdioWen Gong2020-04-091-1/+33
* ath10k: fix not registering airtime of 11a station with WMM disableYibo Zhao2020-03-111-1/+2
* ath10k: use true,false for bool variablezhengbin2020-01-261-1/+1
* ath10k: enable napi on RX path for sdioWen Gong2019-12-021-8/+40
* ath10k: change log level for mpdu status of sdio chipWen Gong2019-11-291-2/+2
* ath10k: fix RX of frames with broken FCS in monitor modeLinus Lüssing2019-11-251-0/+7
* ath10k: report rssi of each chain to mac80211 for sdioWen Gong2019-11-251-1/+0
* ath10k: add workqueue for RX path of sdioWen Gong2019-11-251-0/+3
* ath10k: remove unneeded semicolonYueHaibing2019-10-311-1/+1
* ath10k: Check if station exists before forwarding tx airtime reportHauke Mehrtens2019-09-171-1/+1
* ath10k: add reorder and change PN check logic for mac80211Wen Gong2019-09-101-2/+89
* 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