summaryrefslogtreecommitdiff
path: root/cleopatre/application/cwmp/src/impl_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/cwmp/src/impl_get.c')
-rw-r--r--cleopatre/application/cwmp/src/impl_get.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleopatre/application/cwmp/src/impl_get.c b/cleopatre/application/cwmp/src/impl_get.c
index 6e6dcbbad9..7f7dba8376 100644
--- a/cleopatre/application/cwmp/src/impl_get.c
+++ b/cleopatre/application/cwmp/src/impl_get.c
@@ -33,8 +33,8 @@
static char impl_device_deviceinfo_manufactureroui[CWMP_PARAM_SIZE_DEVICE_DEVICEINFO_MANUFACTUREROUI] = ""; /* filled later */
static char impl_device_deviceinfo_softwareversion[CWMP_PARAM_SIZE_DEVICE_DEVICEINFO_SOFTWAREVERSION] = ""; /* filled later */
-static spc300_nvram_t cached_nvram; /* cache until the app ends. */
-static spc300_nvram_t *nvram;
+static spidcom_nvram_t cached_nvram; /* cache until the app ends. */
+static spidcom_nvram_t *nvram;
static struct utils_net_if_stats cached_ethernet_if_stats; /* cache for one session */
static struct utils_net_if_stats *ethernet_if_stats;