Parcourir la source

qcacmn: Fix compilation issue

Fix compilation issue when WLAN_CONFIG_TELEMETRY_AGENT is disabled

Change-Id: I9b46782730ee519c31ded3c32a318cd2364bf431
CRs-Fixed: 3453104
aloksing il y a 2 ans
Parent
commit
d9353eb202
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      dp/inc/cdp_txrx_stats_struct.h

+ 6 - 0
dp/inc/cdp_txrx_stats_struct.h

@@ -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
 
 /**