patch-2.3.99-pre7 linux/drivers/net/dummy.c
Next file: linux/drivers/net/e2100.c
Previous file: linux/drivers/net/dmfe.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Tue May 2 12:40:59 2000
- Orig file:
v2.3.99-pre6/linux/drivers/net/dummy.c
- Orig date:
Wed Aug 18 11:36:42 1999
diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/net/dummy.c linux/drivers/net/dummy.c
@@ -133,10 +133,8 @@
return 0;
}
-static char dummy_name[16];
-
static struct net_device dev_dummy = {
- dummy_name, /* Needs to be writeable */
+ "",
0, 0, 0, 0,
0x0, 0,
0, 0, 0, NULL, dummy_probe };
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)