patch-2.1.67 linux/drivers/net/apricot.c
Next file: linux/drivers/net/arc-rimi.c
Previous file: linux/drivers/net/a2065.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Sat Nov 29 10:33:19 1997
-  Orig file: 
v2.1.66/linux/drivers/net/apricot.c
-  Orig date: 
Mon Nov  3 13:04:26 1997
diff -u --recursive --new-file v2.1.66/linux/drivers/net/apricot.c linux/drivers/net/apricot.c
@@ -598,17 +598,6 @@
 	dev->trans_start = jiffies;
     }
 
-    /* If some higher level thinks we've misses a tx-done interrupt
-       we are passed NULL. n.b. dev_tint handles the cli()/sti()
-       itself. */
-    if (skb == NULL) {
-	dev_tint(dev);
-	return 0;
-    }
-
-    /* shouldn't happen */
-    if (skb->len <= 0) return 0;
-
     if (i596_debug > 3) printk("%s: i596_start_xmit() called\n", dev->name);
 
     /* Block a timer-based transmit from overlapping.  This could better be
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov