Remove useless suffix of device driver names
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 4 Jan 2009 15:54:42 +0000 (16:54 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 4 Jan 2009 15:54:42 +0000 (16:54 +0100)
plugins/hso.c
plugins/huawei.c
plugins/novatel.c
plugins/wifi.c

index bf7c2b3..9489cf1 100644 (file)
@@ -211,7 +211,7 @@ static int hso_disable(struct connman_device *device)
 }
 
 static struct connman_device_driver hso_driver = {
-       .name           = "hso-device",
+       .name           = "hso",
        .type           = CONNMAN_DEVICE_TYPE_HSO,
        .probe          = hso_probe,
        .remove         = hso_remove,
index 2249048..c165aea 100644 (file)
@@ -61,7 +61,7 @@ static int huawei_disable(struct connman_device *device)
 }
 
 static struct connman_device_driver huawei_driver = {
-       .name           = "huawei-device",
+       .name           = "huawei",
        .type           = CONNMAN_DEVICE_TYPE_HUAWEI,
        .probe          = huawei_probe,
        .remove         = huawei_remove,
index f43c5eb..b1d7bb4 100644 (file)
@@ -61,7 +61,7 @@ static int novatel_disable(struct connman_device *device)
 }
 
 static struct connman_device_driver novatel_driver = {
-       .name           = "novatel-device",
+       .name           = "novatel",
        .type           = CONNMAN_DEVICE_TYPE_NOVATEL,
        .probe          = novatel_probe,
        .remove         = novatel_remove,
index 3c8fa80..f52d848 100644 (file)
@@ -497,7 +497,7 @@ static int wifi_scan(struct connman_device *device)
 }
 
 static struct connman_device_driver wifi_driver = {
-       .name           = "wifi-device",
+       .name           = "wifi",
        .type           = CONNMAN_DEVICE_TYPE_WIFI,
        .probe          = wifi_probe,
        .remove         = wifi_remove,