patch-2.3.99-pre7 linux/drivers/net/cs89x0.c
Next file: linux/drivers/net/de4x5.c
Previous file: linux/drivers/net/bonding.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue May 2 12:40:59 2000
- Orig file:
v2.3.99-pre6/linux/drivers/net/cs89x0.c
- Orig date:
Wed Apr 26 16:34:07 2000
diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/net/cs89x0.c linux/drivers/net/cs89x0.c
@@ -1491,9 +1491,8 @@
#ifdef MODULE
-static char namespace[16] = "";
static struct net_device dev_cs89x0 = {
- NULL,
+ "",
0, 0, 0, 0,
0, 0,
0, 0, 0, NULL, NULL };
@@ -1560,7 +1559,6 @@
#if DEBUGGING
net_debug = debug;
#endif
- dev_cs89x0.name = namespace;
dev_cs89x0.irq = irq;
dev_cs89x0.base_addr = io;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)