[PATCH] libertas: a debug output was missing a newline
[powerpc.git] / drivers / net / wireless / libertas / main.c
index dcbf102..76f81c3 100644 (file)
 #include "debugfs.h"
 #include "assoc.h"
 
+#define DRIVER_RELEASE_VERSION "320.p0"
+const char libertas_driver_version[] = "COMM-USB8388-" DRIVER_RELEASE_VERSION
+#ifdef  DEBUG
+    "-dbg"
+#endif
+    "";
+
 #ifdef ENABLE_PM
 static struct pm_dev *wlan_pm_dev = NULL;
 #endif
@@ -957,7 +964,7 @@ wlan_private *wlan_add_card(void *card)
 
        priv->assoc_thread =
                create_singlethread_workqueue("libertas_assoc");
-       INIT_DELAYED_WORK(&priv->assoc_work, wlan_association_worker);
+       INIT_DELAYED_WORK(&priv->assoc_work, libertas_association_worker);
 
        /*
         * Register the device. Fillup the private data structure with
@@ -986,7 +993,7 @@ wlan_private *wlan_add_card(void *card)
                goto err_init_fw;
        }
 
-       lbs_pr_info("%s: Marvell Wlan 802.11 adapter ", dev->name);
+       lbs_pr_info("%s: Marvell Wlan 802.11 adapter\n", dev->name);
 
        libertas_debugfs_init_one(priv, dev);