patch-2.1.104 linux/drivers/net/hp100.c

Next file: linux/drivers/net/hp100.h
Previous file: linux/drivers/net/hamradio/mkiss.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.103/linux/drivers/net/hp100.c linux/drivers/net/hp100.c
@@ -338,7 +338,7 @@
 /* TODO: This function should not really be needed in a good design... */
 static void wait( void )
 {
-  udelay( 1000 );
+  mdelay(1);
 }
 
 /*
@@ -1899,7 +1899,7 @@
 		if ( lp->lan_type == HP100_LAN_100 )
 		  lp->hub_status = hp100_login_to_vg_hub( dev, FALSE );
 		hp100_start_interface( dev );
-		udelay(1000);
+		mdelay(1);
 	      }
         }
       dev->trans_start = jiffies;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov