summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/dp_rx.c
Commit message (Expand)AuthorAgeFilesLines
* ath11k: translate HE status to radiotap formatPradeep Kumar Chitrapu2022-02-241-8/+23
* ath11k: decode HE status tlvPradeep Kumar Chitrapu2022-02-241-17/+83
* ath11k: Invalidate cached reo ring entry before accessing itRameshkumar Sundaram2022-02-211-1/+1
* ath11k: fix destination monitor ring out of syncKarthikeyan Kathirvel2022-02-141-6/+36
* ath11k: Fix uninitialized symbol 'rx_buf_sz'Anilkumar Kolli2022-01-311-2/+5
* ath11k: move function ath11k_dp_rx_process_mon_statusAloka Dixit2022-01-171-87/+84
* ath11k: enable RX PPDU stats in monitor co-exist modeMiles Hu2022-01-171-60/+24
* ath11k: add LDPC FEC type in 802.11 radiotap headerP Praneesh2022-01-121-1/+11
* ath11k: Fix unexpected return buffer manager error for QCA6390Baochen Qiang2021-12-221-1/+1
* ath11k: report tx bitrate for iw wlan station dumpWen Gong2021-12-201-23/+5
* ath11k: report rssi of each chain to mac80211 for QCA6390/WCN6855Wen Gong2021-12-201-0/+8
* ath11k: Process full monitor mode rx supportAnilkumar Kolli2021-12-091-2/+407
* ath11k: Fix mon status ring rx tlv processingAnilkumar Kolli2021-11-221-7/+7
* ath11k: fix FCS_ERR flag in radio tap headerP Praneesh2021-11-151-2/+12
* ath11k: add branch predictors in process_rxP Praneesh2021-11-151-15/+9
* ath11k: remove usage quota while processing rx packetsP Praneesh2021-11-151-6/+3
* ath11k: avoid active pdev check for each msduP Praneesh2021-11-151-36/+34
* ath11k: avoid additional access to ath11k_hal_srng_dst_num_freeP Praneesh2021-11-151-3/+7
* ath11k: modify dp_rx desc access wrapper calls inlineP Praneesh2021-11-151-55/+59
* ath11k: change return buffer manager for QCA6390Baochen Qiang2021-10-251-11/+18
* ath11k: Remove unused variable in ath11k_dp_rx_mon_merg_msdus()Tim Gardner2021-10-051-9/+1
* ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packetsBaochen Qiang2021-09-281-2/+2
* ath11k: Drop MSDU with length error in DP rx pathBaochen Qiang2021-09-281-0/+18
* ath11k: fix packet drops due to incorrect 6 GHz freq value in rx statusPradeep Kumar Chitrapu2021-09-281-3/+6
* ath11k: Fix pktlog lite rx eventsAnilkumar Kolli2021-09-281-3/+13
* ath11k: Add support for RX decapsulation offloadSriram R2021-09-281-70/+124
* ath11k: monitor mode clean up to use separate APIsSeevalamuthu Mariappan2021-09-241-1/+1
* ath11k: Remove some duplicate codeChristophe JAILLET2021-07-021-5/+0
* ath11k: Drop multicast fragmentsSriram R2021-05-111-0/+16
* ath11k: Clear the fragment cache during key installSriram R2021-05-111-0/+18
* ath11k: add data path support for QCN9074Karthikeyan Periyasamy2021-02-171-227/+249
* ath11k: Update tx descriptor search index properlyKarthikeyan Periyasamy2021-02-091-2/+6
* ath11k: remove h from printk format specifierTom Rix2021-02-041-5/+5
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-01-111-1/+1
|\
| * ath11k: dp: clean up a variable nameDan Carpenter2020-12-181-1/+1
* | ath11k: fix crash caused by NULL rx_channelCarl Huang2020-12-171-3/+7
|/
* ath11k: dp: stop rx pktlog before suspendCarl Huang2020-12-121-0/+48
* ath11k: dp_rx: fix monitor status dma unmap directionKalle Valo2020-12-021-4/+4
* ath11k: Remove unnecessary data sync to cpu on monitor bufferVasanthakumar Thiagarajan2020-11-071-4/+0
* ath11k: remove repeated words in comments and warningsKalle Valo2020-10-281-3/+3
* ath11k: add packet log support for QCA6390Carl Huang2020-10-011-28/+80
* ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in idr_allocGovind Singh2020-10-011-15/+13
* ath11k: Use GFP_ATOMIC instead of GFP_KERNEL in ath11k_dp_htt_get_ppdu_descWen Gong2020-10-011-1/+1
* ath11k: debugfs: move some function declarations to correct header filesKalle Valo2020-09-221-3/+4
* ath11k: debugfs: use ath11k_debugfs_ prefixKalle Valo2020-09-221-4/+4
* ath11k: add raw mode and software crypto supportVenkateswara Naralasetty2020-09-111-2/+5
* ath11k: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-181-2/+1
* ath11k: assign correct search flag and type for QCA6390Carl Huang2020-08-181-0/+10
* ath11k: setup QCA6390 rings for both rxdmasCarl Huang2020-08-181-48/+116
* ath11k: don't initialize rxdma1 related ringCarl Huang2020-08-181-2/+32