patch-2.1.86 linux/drivers/net/ipddp.c
Next file: linux/drivers/net/lance.c
Previous file: linux/drivers/net/ibmtr.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Feb 10 12:56:44 1998
- Orig file:
v2.1.85/linux/drivers/net/ipddp.c
- Orig date:
Thu Jan 15 14:33:06 1998
diff -u --recursive --new-file v2.1.85/linux/drivers/net/ipddp.c linux/drivers/net/ipddp.c
@@ -170,7 +170,7 @@
((struct net_device_stats *) dev->priv)->tx_bytes+=skb->len;
if(aarp_send_ddp(skb->dev, skb, at, NULL) < 0)
- dev_kfree_skb(skb,FREE_WRITE);
+ dev_kfree_skb(skb);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov