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

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)