From 86beb1d04b71bb10d11fbc9f121c84be236e31ff Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Tue, 7 Dec 2010 00:14:23 +0100 Subject: [PATCH] wifi: Fix technology driver name and type --- plugins/wifi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/wifi.c b/plugins/wifi.c index 542ab2f..b12aa06 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, -- 2.7.4