patch-2.1.27 linux/drivers/net/strip.c
Next file: linux/drivers/pci/pci.c
Previous file: linux/drivers/net/soundmodem.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Feb 21 14:58:35 1997
- Orig file:
v2.1.26/linux/drivers/net/strip.c
- Orig date:
Sun Feb 2 05:18:42 1997
diff -u --recursive --new-file v2.1.26/linux/drivers/net/strip.c linux/drivers/net/strip.c
@@ -1621,7 +1621,7 @@
*/
if (haddr.c[0] == 0xFF)
{
- memcpy(haddr.c, dev->broadcast, sizeof(haddr));
+ memcpy(haddr.c, strip_info->dev.broadcast, sizeof(haddr));
if (haddr.c[0] == 0xFF)
{
strip_info->tx_dropped++;
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]