patch-2.1.31 linux/drivers/net/atp.c
Next file: linux/drivers/net/bpqether.c
Previous file: linux/drivers/net/atari_pamsnet.c
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Mon Mar 31 12:52:30 1997
-  Orig file: 
v2.1.30/linux/drivers/net/atp.c
-  Orig date: 
Sun Feb  2 05:18:36 1997
diff -u --recursive --new-file v2.1.30/linux/drivers/net/atp.c linux/drivers/net/atp.c
@@ -434,14 +434,6 @@
 		dev->trans_start = jiffies;
 	}
 
-	/* If some higher layer thinks we've missed an tx-done interrupt
-	   we are passed NULL. Caution: dev_tint() handles the cli()/sti()
-	   itself. */
-	if (skb == NULL) {
-		dev_tint(dev);
-		return 0;
-	}
-
 	/* Block a timer-based transmit from overlapping.  This could better be
 	   done with atomic_swap(1, dev->tbusy), but set_bit() works as well. */
 	if (set_bit(0, (void*)&dev->tbusy) != 0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov