Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove...
[openwrt.git] / target / linux / rdc / files / drivers / net / r6040.c
index 2703db4..29e731d 100644 (file)
@@ -243,7 +243,7 @@ struct r6040_private {
 };
 
 struct net_device *parent_dev;
 };
 
 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");
 
 module_param(parent, charp, 0444);
 MODULE_PARM_DESC(parent, "Parent network device name to get the MAC address from");
 
This page took 0.020386 seconds and 4 git commands to generate.