aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22wifi: ath10k: reset pointer after memory free to avoid potential use-after-freeWen Gong1-0/+6
2022-09-16wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson1-1/+1
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-1/+1
2022-06-08ath10k: fix recently introduced checkpatch warningKalle Valo1-1/+1
2022-05-22ath10k: fix misreported tx bandwidth for 160MhzMaxime Bizon1-0/+4
2022-02-24ath10k: fix pointer arithmetic error in trace callFrancesco Magliocca1-1/+1
2022-01-17ath10k: abstract htt_rx_desc structureFrancesco Magliocca1-103/+228
2021-06-12ath10k: remove unused more_frags variableYang Yingliang1-2/+0
2021-05-11ath10k: Validate first subframe of A-MSDU before processing the listSriram R1-4/+57
2021-05-11ath10k: Fix TKIP Michael MIC verification for PCIeWen Gong1-0/+10
2021-05-11ath10k: drop MPDU which has discard flag set by firmware for SDIOWen Gong1-0/+5
2021-05-11ath10k: drop fragments with multicast DA for SDIOWen Gong1-2/+7
2021-05-11ath10k: drop fragments with multicast DA for PCIeWen Gong1-3/+20
2021-05-11ath10k: add CCMP PN replay protection for fragmented frames for PCIeWen Gong1-4/+95
2021-02-04ath10k: remove h from printk format specifierTom Rix1-16/+16
2020-11-07wireless: remove unneeded breakTom Rix1-1/+0
2020-08-18ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam1-1/+7
2020-08-17ath10k: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-20ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen1-0/+8
2020-06-16ath10k: fix retry packets update in station dumpVenkateswara Naralasetty1-3/+5
2020-04-27ath10k: add statistics of tx retries and tx failed when tx complete disableWen Gong1-0/+7
2020-04-22ath10k: add htt TX bundle for sdioWen Gong1-0/+1
2020-04-09ath10k: disable TX complete indication of htt for sdioWen Gong1-1/+33
2020-03-11ath10k: fix not registering airtime of 11a station with WMM disableYibo Zhao1-1/+2
2020-01-26ath10k: use true,false for bool variablezhengbin1-1/+1
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