qcacmn: Propagate reception type parameter

Propagate reception type data captured at peer level
to pdev level

Change-Id: Ie57ee07d6deccbf4aa5259d9e30bd1437fb304ee
CRs-Fixed: 2207518
This commit is contained in:
Venkata Sharath Chandra Manchala
2018-03-07 16:40:32 -08:00
committed by nshrivas
parent 0894f015d8
commit 8ec45bbd33

View File

@@ -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); \