Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove...
[openwrt/svn-archive/archive.git] / target / linux / rdc / files / drivers / net / r6040.c
index 2703db457e61ca7340515b3fb74ea69292ea5234..29e731d81f02da16ed9251b8e174cd33aaa28498 100644 (file)
@@ -243,7 +243,7 @@ struct r6040_private {
 };
 
 struct net_device *parent_dev;
-static char *parent;
+static char *parent = "wlan0";
 module_param(parent, charp, 0444);
 MODULE_PARM_DESC(parent, "Parent network device name to get the MAC address from");