From f6b92bd2d9d6df1831749db3778ab56e8d8edf70 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 21 Oct 2010 21:54:04 +0200 Subject: [PATCH] ifx: Use Infineon specific GPRS context driver --- plugins/ifx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);