From 339bb964398c427feb93ff6444010324e74901b7 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 20 Apr 2012 15:14:56 +0200 Subject: [PATCH] ofono: Fix network_driver name --- plugins/ofono.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ofono.c b/plugins/ofono.c index 754ff6e..29c53fb 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, -- 2.7.4