Mark access points with "linksys" SSID as unique
[connman] / plugins / novatel.c
index f43c5eb..4c0c9aa 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,
@@ -80,4 +80,4 @@ static void novatel_exit(void)
 }
 
 CONNMAN_PLUGIN_DEFINE(novatel, "Novatel Wireless device plugin", VERSION,
-                                               novatel_init, novatel_exit)
+               CONNMAN_PLUGIN_PRIORITY_DEFAULT, novatel_init, novatel_exit)