From: Daniel Wagner Date: Fri, 20 Apr 2012 13:14:56 +0000 (+0200) Subject: ofono: Fix network_driver name X-Git-Tag: 2.0_alpha~376 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=339bb964398c427feb93ff6444010324e74901b7;p=framework%2Fconnectivity%2Fconnman.git ofono: Fix network_driver name --- 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,