From 6f35d52053091ff652ec1df0da3478003e702e26 Mon Sep 17 00:00:00 2001 From: Bret Lambert Date: Fri, 10 Jul 2009 07:40:05 +0000 Subject: timeout_add -> timeout_add_msec ok damien@ --- sys/dev/usb/if_rum.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/usb/if_rum.c') diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index 1d9a42a76f6..2ddafdf85e9 100644 --- a/sys/dev/usb/if_rum.c +++ b/sys/dev/usb/if_rum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rum.c,v 1.84 2009/03/27 14:59:31 jsg Exp $ */ +/* $OpenBSD: if_rum.c,v 1.85 2009/07/10 07:40:04 blambert Exp $ */ /*- * Copyright (c) 2005-2007 Damien Bergamini @@ -668,7 +668,7 @@ rum_task(void *arg) case IEEE80211_S_SCAN: rum_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: -- cgit v1.2.3