aboutsummaryrefslogtreecommitdiff
path: root/plugins/ublox/mm-modem-helpers-ublox.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ublox/mm-modem-helpers-ublox.h')
-rw-r--r--plugins/ublox/mm-modem-helpers-ublox.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/ublox/mm-modem-helpers-ublox.h b/plugins/ublox/mm-modem-helpers-ublox.h
index 1531552c..cdbddd0e 100644
--- a/plugins/ublox/mm-modem-helpers-ublox.h
+++ b/plugins/ublox/mm-modem-helpers-ublox.h
@@ -29,16 +29,16 @@ typedef enum {
} FeatureSupport;
typedef enum {
- BAND_UPDATE_NEEDS_UNKNOWN,
- BAND_UPDATE_NEEDS_CFUN,
- BAND_UPDATE_NEEDS_COPS,
-} UpdateMethod;
+ SETTINGS_UPDATE_METHOD_UNKNOWN,
+ SETTINGS_UPDATE_METHOD_CFUN,
+ SETTINGS_UPDATE_METHOD_COPS,
+} SettingsUpdateMethod;
typedef struct UbloxSupportConfig {
- gboolean loaded;
- UpdateMethod method;
- FeatureSupport uact;
- FeatureSupport ubandsel;
+ gboolean loaded;
+ SettingsUpdateMethod method;
+ FeatureSupport uact;
+ FeatureSupport ubandsel;
} UbloxSupportConfig;
/*****************************************************************************/