diff -u kernel/linux/drivers/net/3c59x.c:1.1.1.5 kernel/linux/drivers/net/3c59x.c:1.4
--- kernel/linux/drivers/net/3c59x.c:1.1.1.5 Fri Nov 8 18:29:55 1996
+++ kernel/linux/drivers/net/3c59x.c Mon Dec 2 12:46:19 1996
@@ -783,7 +868,11 @@
vp->stats.tx_dropped++;
return 0; /* Yes, silently *drop* the packet! */
}
- dev->tbusy = 0;
+ }
+
+ if(skb == NULL) {
+ dev_tint(dev);
+ return NULL;
}
/* Block a timer-based transmit from overlapping. This could better be
-- To my mind the old masters are not art; their value is in their sanctity. -- Thomas A. Edison-- Matthias Urlichs \ noris network GmbH / Xlink-POP Nürnberg Schleiermacherstraße 12 \ Linux+Internet / EMail: urlichs@noris.de 90491 Nürnberg (Germany) \ Consulting+Programming+Networking+etc'ing PGP: 1024/4F578875 1B 89 E2 1C 43 EA 80 44 15 D2 29 CF C6 C7 E0 DE Click <A HREF="http://info.noris.de/~smurf/finger">here</A>. 42