summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius B. Kotsbak <marius@kotsbak.com>2012-09-02 00:14:08 +0200
committerDan Williams <dcbw@redhat.com>2012-09-07 14:08:43 -0500
commit0af47c76cc2a4ee7be083d9e678810d9c5944420 (patch)
tree5267c4d78b1dafad0c34568ff80c5d32debb5a0e
parent90489ae1e31e31ec84dea750561d55881d382fd0 (diff)
downloadModemManager-0af47c76cc2a4ee7be083d9e678810d9c5944420.tar.gz
gsm: change to proper LTE entry in the ETSI mode table.
-rw-r--r--src/mm-generic-gsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-generic-gsm.c b/src/mm-generic-gsm.c
index 2da739768..690f3444b 100644
--- a/src/mm-generic-gsm.c
+++ b/src/mm-generic-gsm.c
@@ -4575,7 +4575,7 @@ static ModeEtsi modes_table[] = {
{ MM_MODEM_GSM_ACCESS_TECH_HSDPA, 4 },
{ MM_MODEM_GSM_ACCESS_TECH_HSUPA, 5 },
{ MM_MODEM_GSM_ACCESS_TECH_HSPA, 6 },
- { MM_MODEM_GSM_ACCESS_TECH_HSPA, 7 }, /* E-UTRAN/LTE => HSPA for now */
+ { MM_MODEM_GSM_ACCESS_TECH_LTE, 7 },
{ MM_MODEM_GSM_ACCESS_TECH_UNKNOWN, -1 },
};