浏览代码

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 年之前
父节点
当前提交
8ec45bbd33
共有 1 个文件被更改,包括 3 次插入0 次删除
  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); \