patch-2.1.18 linux/drivers/net/de620.c
Next file: linux/drivers/net/hdlcdrv.c
Previous file: linux/drivers/net/bpqether.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Dec 27 12:03:22 1996
- Orig file:
v2.1.17/linux/drivers/net/de620.c
- Orig date:
Fri Mar 1 07:50:43 1996
diff -u --recursive --new-file v2.1.17/linux/drivers/net/de620.c linux/drivers/net/de620.c
@@ -713,7 +713,7 @@
else { /* Yep! Go get it! */
skb_reserve(skb,2); /* Align */
skb->dev = dev;
- skb->free = 1;
+ skb->used = 0;
/* skb->data points to the start of sk_buff data area */
buffer = skb_put(skb,size);
/* copy the packet into the buffer */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov