patch-2.4.0-prerelease linux/drivers/net/arlan.c

Next file: linux/drivers/net/atarilance.c
Previous file: linux/drivers/net/arcnet/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/drivers/net/arlan.c linux/drivers/net/arlan.c
@@ -1323,7 +1323,7 @@
 	priv->timer.function = &arlan_registration_timer;	/* timer handler */
 
 	arlan_command(dev, ARLAN_COMMAND_POWERUP | ARLAN_COMMAND_LONG_WAIT_NOW);
-	udelay(200000);
+	mdelay(200);
 	add_timer(&priv->timer);
 
 #ifdef CONFIG_PROC_FS

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