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
- Lines: 9
- Date:
Sat Dec 30 11:23:13 2000
- Orig file:
v2.4.0-test12/linux/drivers/net/arlan.c
- Orig date:
Mon Dec 11 17:59:44 2000
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)