patch-2.4.22 linux-2.4.22/drivers/net/eexpress.c
Next file: linux-2.4.22/drivers/net/gmac.c
Previous file: linux-2.4.22/drivers/net/eepro100.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2003-08-25 04:44:42.000000000 -0700
- Orig file:
linux-2.4.21/drivers/net/eexpress.c
- Orig date:
2003-06-13 07:51:34.000000000 -0700
diff -urN linux-2.4.21/drivers/net/eexpress.c linux-2.4.22/drivers/net/eexpress.c
@@ -654,7 +654,7 @@
buf = skb_padto(buf, ETH_ZLEN);
if(buf == NULL)
return 0;
- length = buf->len;
+ length = ETH_ZLEN;
}
disable_irq(dev->irq);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)