Pārlūkot izejas kodu

qcacmn: Propagate reception type parameter

Propagate reception type data captured at peer level
to pdev level

Change-Id: Ie57ee07d6deccbf4aa5259d9e30bd1437fb304ee
CRs-Fixed: 2207518
Venkata Sharath Chandra Manchala 7 gadi atpakaļ
vecāks
revīzija
8ec45bbd33
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      dp/wifi3.0/dp_internal.h

+ 3 - 0
dp/wifi3.0/dp_internal.h

@@ -264,6 +264,9 @@ while (0)
 			DP_STATS_AGGR(_tgtobj, _srcobj, rx.sgi_count[i]); \
 			DP_STATS_AGGR(_tgtobj, _srcobj, rx.sgi_count[i]); \
 		} \
 		} \
 		\
 		\
+		for (i = 0; i < MAX_RECEPTION_TYPES; i++) \
+			DP_STATS_AGGR(_tgtobj, _srcobj, rx.reception_type[i]); \
+		\
 		DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.comp_pkt); \
 		DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.comp_pkt); \
 		DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.ucast); \
 		DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.ucast); \
 		DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.mcast); \
 		DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.mcast); \