patch-2.3.47 linux/drivers/net/eepro.c
Next file: linux/drivers/net/eepro100.c
Previous file: linux/drivers/net/depca.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Feb 17 09:18:47 2000
-  Orig file: 
v2.3.46/linux/drivers/net/eepro.c
-  Orig date: 
Sat Feb 12 11:22:10 2000
diff -u --recursive --new-file v2.3.46/linux/drivers/net/eepro.c linux/drivers/net/eepro.c
@@ -1409,7 +1409,7 @@
 		lp->tx_last = last;
 		lp->tx_end = end;
 
-		if (test_bit(LINK_STATE_XOFF, &dev->flags))
+		if (netif_queue_stopped(dev))
 			netif_wake_queue(dev);
 		
 		/* Enable RX and TX interrupts */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)