summaryrefslogtreecommitdiffstats
path: root/plugins/ifx.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-21 21:54:04 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-21 21:54:04 +0200
commitf6b92bd2d9d6df1831749db3778ab56e8d8edf70 (patch)
treebf8101c718e24ac570d1b278e65df385abcfbb65 /plugins/ifx.c
parent655f1b74d3ba7f299b7f96fa9a12b9dd425ff9e6 (diff)
downloadofono-f6b92bd2d9d6df1831749db3778ab56e8d8edf70.tar.bz2
ifx: Use Infineon specific GPRS context driver
Diffstat (limited to 'plugins/ifx.c')
-rw-r--r--plugins/ifx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ifx.c b/plugins/ifx.c
index 23f1d128..49eb4bf6 100644
--- a/plugins/ifx.c
+++ b/plugins/ifx.c
@@ -689,7 +689,7 @@ static void ifx_post_online(struct ofono_modem *modem)
gprs = ofono_gprs_create(modem, 0, "atmodem", data->dlcs[NETREG_DLC]);
gc = ofono_gprs_context_create(modem, 0,
- "atmodem", data->dlcs[GPRS1_DLC]);
+ "ifxmodem", data->dlcs[GPRS1_DLC]);
if (gprs && gc)
ofono_gprs_add_context(gprs, gc);