summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-01-10 06:49:20 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-01-10 06:49:20 +0000
commitee6458a4dc22cdb87455fa8a6895a973a10151f4 (patch)
tree7b13578b9d70b648003b8d1f3fe1252d64b7b1f7 /sys
parentf0075b7209c658cdd7970eb66d7d9846df0bfc13 (diff)
Make the time spent scanning per channel consistent with other drivers
and much more reasonable.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/rtw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/rtw.c b/sys/dev/ic/rtw.c
index f5f4340e025..6dcebca76a5 100644
--- a/sys/dev/ic/rtw.c
+++ b/sys/dev/ic/rtw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtw.c,v 1.5 2005/01/09 21:46:56 jsg Exp $ */
+/* $OpenBSD: rtw.c,v 1.6 2005/01/10 06:49:19 jsg Exp $ */
/* $NetBSD: rtw.c,v 1.29 2004/12/27 19:49:16 dyoung Exp $ */
/*-
* Copyright (c) 2004, 2005 David Young. All rights reserved.
@@ -101,7 +101,7 @@ int rtw_debug = 0;
sc->sc_attach_state = state; \
} while (0)
-int rtw_dwelltime = 1000; /* milliseconds */
+int rtw_dwelltime = 200; /* milliseconds per channel */
void rtw_start(struct ifnet *);
void rtw_srom_defaults(struct rtw_srom *, u_int32_t *, u_int8_t *,