patch-2.0.30 linux/drivers/net/sdla.c
Next file: linux/drivers/net/tulip.c
Previous file: linux/drivers/net/plip.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Tue Apr 8 08:47:46 1997
- Orig file:
v2.0.29/linux/drivers/net/sdla.c
- Orig date:
Sun Sep 15 00:34:18 1996
diff -u --recursive --new-file v2.0.29/linux/drivers/net/sdla.c linux/drivers/net/sdla.c
@@ -658,8 +658,10 @@
if (skb == NULL)
return(0);
- if (set_bit(0, (void*)&dev->tbusy) != 0)
+ if (set_bit(0, (void*)&dev->tbusy) != 0) {
printk(KERN_WARNING "%s: transmitter access conflict.\n", dev->name);
+ dev_kfree_skb(skb, FREE_WRITE);
+ }
else
{
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov