summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBret Lambert <blambert@cvs.openbsd.org>2009-07-10 07:47:39 +0000
committerBret Lambert <blambert@cvs.openbsd.org>2009-07-10 07:47:39 +0000
commit880c67cf7703f937d2d7ead9cf1879051679a60d (patch)
treeba0288c0fc49e9ae30622d89cd146af60d9b1271 /sys
parent5b49c3d1e5cafa95d132862cd3c2670180e2369c (diff)
timeout_add -> timeout_add_msec
ok damien@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/if_ral.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c
index fd49d0f6e0b..113115b10fa 100644
--- a/sys/dev/usb/if_ral.c
+++ b/sys/dev/usb/if_ral.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ral.c,v 1.109 2008/10/15 19:12:18 blambert Exp $ */
+/* $OpenBSD: if_ral.c,v 1.110 2009/07/10 07:47:38 blambert Exp $ */
/*-
* Copyright (c) 2005, 2006
@@ -572,7 +572,7 @@ ural_task(void *arg)
case IEEE80211_S_SCAN:
ural_set_chan(sc, ic->ic_bss->ni_chan);
- timeout_add(&sc->scan_to, hz / 5);
+ timeout_add_msec(&sc->scan_to, 200);
break;
case IEEE80211_S_AUTH: