patch-2.1.31 linux/drivers/net/pi2.c
Next file: linux/drivers/net/plip.c
Previous file: linux/drivers/net/pcnet32.c
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Mon Mar 31 12:52:30 1997
-  Orig file: 
v2.1.30/linux/drivers/net/pi2.c
-  Orig date: 
Thu Mar 27 14:40:04 1997
diff -u --recursive --new-file v2.1.30/linux/drivers/net/pi2.c linux/drivers/net/pi2.c
@@ -1482,13 +1482,6 @@
 {
     struct pi_local *lp = (struct pi_local *) dev->priv;
 
-    /* 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;
-    }
     hardware_send_packet(lp, skb);
     dev->trans_start = jiffies;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov