patch-2.0.30 linux/drivers/net/plip.c
Next file: linux/drivers/net/sdla.c
Previous file: linux/drivers/net/ni52.c
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Tue Apr  8 08:47:46 1997
-  Orig file: 
v2.0.29/linux/drivers/net/plip.c
-  Orig date: 
Sat Aug 10 00:03:15 1996
diff -u --recursive --new-file v2.0.29/linux/drivers/net/plip.c linux/drivers/net/plip.c
@@ -1,4 +1,4 @@
-/* $Id: plip.c,v 1.16 1996-04-06 15:36:57+09 gniibe Exp $ */
+/* $Id: plip.c,v 1.8.2.1 1997/03/09 02:14:32 davem Exp $ */
 /* PLIP: A parallel port "network" driver for Linux. */
 /* This driver is for parallel port with 5-bit cable (LapLink (R) cable). */
 /*
@@ -904,6 +904,7 @@
 	if (skb->len > dev->mtu + dev->hard_header_len) {
 		printk("%s: packet too big, %d.\n", dev->name, (int)skb->len);
 		dev->tbusy = 0;
+		dev_kfree_skb(skb, FREE_WRITE);
 		return 0;
 	}
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov