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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/dunmodem/dunmodem.c b/drivers/dunmodem/dunmodem.c
index b1ac2aca..67d62577 100644
--- a/drivers/dunmodem/dunmodem.c
+++ b/drivers/dunmodem/dunmodem.c
@@ -34,11 +34,14 @@
static int dunmodem_init(void)
{
+ dun_netreg_init();
+
return 0;
}
static void dunmodem_exit(void)
{
+ dun_netreg_exit();
}
OFONO_PLUGIN_DEFINE(dunmodem, "Dialup modem driver", VERSION,