summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,