qcacmn: Fix compilation issue

Fix compilation issue when WLAN_CONFIG_TELEMETRY_AGENT is disabled

Change-Id: I9b46782730ee519c31ded3c32a318cd2364bf431
CRs-Fixed: 3453104
This commit is contained in:
aloksing
2023-04-03 11:47:25 +05:30
committed by Gerrit - the friendly Code Review server
parent 7045ccc728
commit d9353eb202

View File

@@ -3089,6 +3089,12 @@ struct cdp_pdev_deter_stats {
struct cdp_pdev_chan_util_stats ch_util;
struct cdp_pdev_ul_trigger_status ts[TX_MODE_UL_MAX];
};
#else
struct cdp_peer_deter_stats {
};
struct cdp_pdev_deter_stats {
};
#endif
/**