patch-2.1.31 linux/drivers/net/sdla_x25.c
Next file: linux/drivers/net/seeq8005.c
Previous file: linux/drivers/net/sdla_ppp.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Mon Mar 31 12:52:31 1997
- Orig file:
v2.1.30/linux/drivers/net/sdla_x25.c
- Orig date:
Sun Feb 2 06:43:19 1997
diff -u --recursive --new-file v2.1.30/linux/drivers/net/sdla_x25.c linux/drivers/net/sdla_x25.c
@@ -589,20 +589,6 @@
sdla_t* card = chan->card;
int retry = 0, queued = 0;
- if (skb == NULL)
- {
- /* If we get here, some higher layer thinks we've missed a
- * tx-done interrupt.
- */
-#ifdef _DEBUG_
- printk(KERN_INFO "%s: interface %s got kicked!\n",
- card->devname, dev->name)
- ;
-#endif
- dev_tint(dev);
- return 0;
- }
-
if (set_bit(0, (void*)&card->wandev.critical))
{
#ifdef _DEBUG_
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov