summaryrefslogtreecommitdiff
path: root/plugins/ofono.c
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-04-20 15:14:56 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-04-20 15:17:38 +0200
commit339bb964398c427feb93ff6444010324e74901b7 (patch)
tree445eedba30a094382bf534c9334a53a4efa8bb4b /plugins/ofono.c
parent770ea50b510b03517043872abde95e7ee746add7 (diff)
downloadconnman-339bb964398c427feb93ff6444010324e74901b7.tar.gz
connman-339bb964398c427feb93ff6444010324e74901b7.tar.bz2
connman-339bb964398c427feb93ff6444010324e74901b7.zip
ofono: Fix network_driver name
Diffstat (limited to 'plugins/ofono.c')
-rw-r--r--plugins/ofono.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ofono.c b/plugins/ofono.c
index 754ff6eb..29c53fba 100644
--- a/plugins/ofono.c
+++ b/plugins/ofono.c
@@ -2394,7 +2394,7 @@ static int network_disconnect(struct connman_network *network)
}
static struct connman_network_driver network_driver = {
- .name = "network",
+ .name = "cellular",
.type = CONNMAN_NETWORK_TYPE_CELLULAR,
.probe = network_probe,
.remove = network_remove,