patch-1.3.33 linux/drivers/net/3c507.c
Next file: linux/drivers/net/Makefile
Previous file: linux/drivers/net/3c505.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Oct 10 15:45:26 1995
- Orig file:
v1.3.32/linux/drivers/net/3c507.c
- Orig date:
Fri Oct 6 14:35:15 1995
diff -u --recursive --new-file v1.3.32/linux/drivers/net/3c507.c linux/drivers/net/3c507.c
@@ -354,7 +354,7 @@
/* Allocate a new 'dev' if needed. */
if (dev == NULL)
- dev = init_etherdev(0, sizeof(struct net_local), 0);
+ dev = init_etherdev(0, sizeof(struct net_local));
if (net_debug && version_printed++ == 0)
printk(version);
@@ -427,6 +427,8 @@
dev->get_stats = el16_get_stats;
ether_setup(dev); /* Generic ethernet behaviour */
+
+ dev->flags&=~IFF_MULTICAST; /* Multicast doesn't work */
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this