wifi: Fix technology driver name and type
authorSamuel Ortiz <sameo@linux.intel.com>
Mon, 6 Dec 2010 23:14:23 +0000 (00:14 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 6 Dec 2010 23:14:23 +0000 (00:14 +0100)
plugins/wifi.c

index 542ab2f..b12aa06 100644 (file)
@@ -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,