summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/dp_rx.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-18ath11k: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+1
2020-08-18ath11k: assign correct search flag and type for QCA6390Carl Huang1-0/+10
2020-08-18ath11k: setup QCA6390 rings for both rxdmasCarl Huang1-48/+116
2020-08-18ath11k: don't initialize rxdma1 related ringCarl Huang1-2/+32
2020-08-18ath11k: dp: redefine peer_map and peer_unmapCarl Huang1-0/+2
2020-08-17ath11k: hal: create hw_srng_config dynamicallyKalle Valo1-2/+2
2020-06-23ath11k: define max_radios in hw_paramsAnilkumar Kolli1-1/+1
2020-06-15ath11k: Add support for ring backpressure statsSriram R1-1/+27
2020-06-15ath11k: removing redundant reo unlock followed by immediate lockSowmiya Sree Elavalagan1-2/+0
2020-06-11ath11k: Use freq instead of channel number in rx pathPradeep Kumar Chitrapu1-1/+5
2020-05-11ath11k: remove stale monitor status descriptorMiles Hu1-4/+7
2020-05-06ath11k: fix kernel panic by freeing the msdu received with invalid lengthTamizh Chelvam1-0/+18
2020-05-05ath11k: use true,false for bool variablesJason Yan1-2/+2
2020-04-28ath11k: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2020-04-27ath11k: fix reo flush sendKarthikeyan Periyasamy1-1/+5
2020-04-22ath11k: remove conversion to bool in ath11k_dp_rxdesc_mpdu_valid()Jason Yan1-1/+1
2020-04-14ath11k: rx path optimizationsManikanta Pubbisetty1-7/+7
2020-04-06ath11k: add pktlog checksum in trace events to support pktlogMaharaja Kennadyrajan1-1/+2
2020-03-18ath11k: Perform per-msdu rx processingSriram R1-293/+220
2020-03-18ath11k: fill channel info from rx channelVenkateswara Naralasetty1-3/+7
2020-03-18ath11k: Supporting RX ring backpressure HTT event and stats handlingSriram R1-0/+26
2020-03-17ath11k: enable PN offloadManikanta Pubbisetty1-9/+106
2020-03-17ath11k: handle RX fragmentsManikanta Pubbisetty1-88/+667
2020-03-11ath11k: config reorder queue for all tids during peer setupGovindaraj Saminathan1-2/+2
2020-02-11ath11k: fix parsing PPDU_CTRL type in pktlogAnilkumar Kolli1-10/+2
2020-02-11ath11k: add HE rate accounting to driverJohn Crispin1-3/+45
2020-02-11ath11k: drop tx_info from ath11k_staJohn Crispin1-49/+2
2020-01-26ath11k: make sure to also report the RX bandwidth inside radiotapJohn Crispin1-1/+2
2019-12-18ath11k: remove an unneeded NULL checkDan Carpenter1-2/+2
2019-11-29ath11k: Setup REO destination ring before sending wmi_init commandVasanthakumar Thiagarajan1-9/+40
2019-11-29ath11k: Skip update peer stats for management packetsVenkateswara Naralasetty1-13/+20
2019-11-29ath11k: update tx duration in station infoVenkateswara Naralasetty1-1/+1
2019-11-29ath11k: fix memory leak in monitor modeMiles Hu1-2/+9
2019-11-29ath11k: update bawindow size in delba processVenkateswara Naralasetty1-9/+19
2019-11-29ath11k: avoid use_after_free in ath11k_dp_rx_msdu_coalesce APIKarthikeyan Periyasamy1-5/+5
2019-11-29ath11k: pktlog: fix sending/using the pdev idAnilkumar Kolli1-3/+5
2019-11-29ath11k: Fix skb_panic observed during msdu coalescingSriram R1-8/+14
2019-11-29ath11k: optimize RX path latencyJohn Crispin1-21/+26
2019-11-29ath11k: update tcl cmd descriptor parameters for STA modeAnilkumar Kolli1-1/+1
2019-11-27ath11k: Remove dead code while handling amsdu packetsTamizh chelvam1-6/+0
2019-11-27ath11k: fix missed bw conversion in tx completionTamizh chelvam1-26/+4
2019-11-27ath11k: convert message from info to dbgJohn Crispin1-2/+3
2019-11-27ath11k: add RX stats support for radiotapJohn Crispin1-0/+10
2019-11-25ath11k: driver for Qualcomm IEEE 802.11ax devicesKalle Valo1-0/+4143