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

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)