summaryrefslogtreecommitdiffstats
path: root/plugins/hso.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hso.c')
-rw-r--r--plugins/hso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hso.c b/plugins/hso.c
index 6cde6e32..152e20cc 100644
--- a/plugins/hso.c
+++ b/plugins/hso.c
@@ -228,7 +228,7 @@ static void hso_post_sim(struct ofono_modem *modem)
ofono_ussd_create(modem, 0, "atmodem", data->app);
gprs = ofono_gprs_create(modem, 0, "atmodem", data->app);
- gc = ofono_gprs_context_create(modem, 0, "hso", data->control);
+ gc = ofono_gprs_context_create(modem, 0, "hsomodem", data->control);
if (gprs && gc)
ofono_gprs_add_context(gprs, gc);