diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h index e834bc1193..f27acb03f8 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/dp/inc/cdp_txrx_stats_struct.h @@ -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