From b0106d122507fc6cd9aafe853ade7d4398af39fd Mon Sep 17 00:00:00 2001 From: Sjur Brændeland Date: Tue, 26 Jan 2010 21:13:27 +0100 Subject: Add STE modem support for GPRS PDP Contexts --- plugins/ste.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ste.c') diff --git a/plugins/ste.c b/plugins/ste.c index f2666eb9..81853c4f 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -218,7 +218,7 @@ static void ste_post_sim(struct ofono_modem *modem) gprs = ofono_gprs_create(modem, OFONO_VENDOR_STE, "atmodem", data->chat); - gc = ofono_gprs_context_create(modem, 0, "atmodem", data->chat); + gc = ofono_gprs_context_create(modem, 0, "stemodem", data->chat); if (gprs && gc) ofono_gprs_add_context(gprs, gc); -- cgit v1.2.3