summaryrefslogtreecommitdiffstats
path: root/drivers/dunmodem/dunmodem.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dunmodem/dunmodem.c')
-rw-r--r--drivers/dunmodem/dunmodem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dunmodem/dunmodem.c b/drivers/dunmodem/dunmodem.c
index 67d62577..35a7dbb2 100644
--- a/drivers/dunmodem/dunmodem.c
+++ b/drivers/dunmodem/dunmodem.c
@@ -35,6 +35,7 @@
static int dunmodem_init(void)
{
dun_netreg_init();
+ dun_gprs_init();
return 0;
}
@@ -42,6 +43,7 @@ static int dunmodem_init(void)
static void dunmodem_exit(void)
{
dun_netreg_exit();
+ dun_gprs_exit();
}
OFONO_PLUGIN_DEFINE(dunmodem, "Dialup modem driver", VERSION,