Explorar el Código

qcacmn: Fix compilation issue

Fix compilation issue when WLAN_CONFIG_TELEMETRY_AGENT is disabled

Change-Id: I9b46782730ee519c31ded3c32a318cd2364bf431
CRs-Fixed: 3453104
aloksing hace 2 años
padre
commit
d9353eb202
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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
 
 /**