qcacmn: fix qdf trace print during ppdu stats log

fix qdf trace print during ppdu stats log

Change-Id: Ibe91f597498324e49d0e6b335d3d8edb7dcdb828
This commit is contained in:
nobelj
2020-04-29 02:25:38 -07:00
committed by nshrivas
parent 355b2b49bd
commit d5cee84d47

View File

@@ -1732,8 +1732,8 @@ struct cdp_pdev_stats {
struct cdp_cfr_rcc_stats rcc;
uint64_t tx_ppdu_proc;
uint32_t ack_ba_comes_twice;
uint32_t ppdu_drop;
uint64_t ack_ba_comes_twice;
uint64_t ppdu_drop;
};
#ifdef QCA_ENH_V3_STATS_SUPPORT