Browse Source

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 năm trước cách đây
mục cha
commit
8ec45bbd33
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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); \