Explorar el Código

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 hace 7 años
padre
commit
8ec45bbd33
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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]); \
 		} \
 		\
+		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.ucast); \
 		DP_STATS_AGGR_PKT(_tgtobj, _srcobj, tx.mcast); \