From: Samuel Ortiz Date: Mon, 6 Dec 2010 23:14:23 +0000 (+0100) Subject: wifi: Fix technology driver name and type X-Git-Tag: 0.65~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86beb1d04b71bb10d11fbc9f121c84be236e31ff;p=platform%2Fupstream%2Fconnman.git wifi: Fix technology driver name and type --- diff --git a/plugins/wifi.c b/plugins/wifi.c index 542ab2f5..b12aa061 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -648,8 +648,8 @@ static int tech_set_regdom(struct connman_technology *technology, const char *al } static struct connman_technology_driver tech_driver = { - .name = "bluetooth", - .type = CONNMAN_SERVICE_TYPE_BLUETOOTH, + .name = "wifi", + .type = CONNMAN_SERVICE_TYPE_WIFI, .probe = tech_probe, .remove = tech_remove, .set_regdom = tech_set_regdom,