patch-2.1.67 linux/drivers/net/sonic.c
Next file: linux/drivers/net/strip.c
Previous file: linux/drivers/net/slip.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Sat Nov 29 10:33:20 1997
-  Orig file: 
v2.1.66/linux/drivers/net/sonic.c
-  Orig date: 
Thu Jun 26 12:33:39 1997
diff -u --recursive --new-file v2.1.66/linux/drivers/net/sonic.c linux/drivers/net/sonic.c
@@ -390,16 +390,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.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov