patch-2.3.44 linux/drivers/net/wan/sealevel.c

Next file: linux/drivers/net/wan/z85230.c
Previous file: linux/drivers/net/wan/sdla.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.43/linux/drivers/net/wan/sealevel.c linux/drivers/net/wan/sealevel.c
@@ -119,7 +119,7 @@
 	/*
 	 *	Go go go
 	 */
-	d->tbusy=0;
+	netif_start_queue(d);
 	MOD_INC_USE_COUNT;
 	return 0;
 }
@@ -142,8 +142,9 @@
 	/*
 	 *	Link layer down
 	 */
-	d->tbusy=1;
-	
+
+	netif_stop_queue(d);
+		
 	switch(unit)
 	{
 		case 0:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)