ifx: Use Infineon specific GPRS context driver

This commit is contained in:
Marcel Holtmann 2010-10-21 21:54:04 +02:00
parent 655f1b74d3
commit f6b92bd2d9
1 changed files with 1 additions and 1 deletions

View File

@ -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);