patch-2.4.21 linux-2.4.21/drivers/net/wavelan.c
Next file: linux-2.4.21/drivers/net/wireless/airo.c
Previous file: linux-2.4.21/drivers/net/wan/sdla_x25.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
2003-06-13 07:51:35.000000000 -0700
- Orig file:
linux-2.4.20/drivers/net/wavelan.c
- Orig date:
2002-11-28 15:53:14.000000000 -0800
diff -urN linux-2.4.20/drivers/net/wavelan.c linux-2.4.21/drivers/net/wavelan.c
@@ -2825,6 +2825,13 @@
(unsigned) skb);
#endif
+ if(skb->len < ETH_ZLEN)
+ {
+ skb = skb_padto(skb, ETH_ZLEN);
+ if(skb == NULL)
+ return 0;
+ }
+
/*
* Block a timer-based transmit from overlapping.
* In other words, prevent reentering this routine.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)