aboutsummaryrefslogtreecommitdiff
path: root/libmm-common/mm-common-helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-common/mm-common-helpers.c')
-rw-r--r--libmm-common/mm-common-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-common/mm-common-helpers.c b/libmm-common/mm-common-helpers.c
index ea544c0d..78bcd73b 100644
--- a/libmm-common/mm-common-helpers.c
+++ b/libmm-common/mm-common-helpers.c
@@ -118,7 +118,7 @@ mm_common_get_modes_string (MMModemMode mode)
MMModemMode it;
gboolean first = TRUE;
- for (it = MM_MODEM_MODE_1G; /* first */
+ for (it = MM_MODEM_MODE_CS; /* first */
it <= MM_MODEM_MODE_4G; /* last */
it = it << 1) {
if (mode & it) {