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

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, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov