diff options
| author | ichiro <ichiro@NetBSD.org> | 2001-01-11 11:54:21 +0000 |
|---|---|---|
| committer | ichiro <ichiro@NetBSD.org> | 2001-01-11 11:54:21 +0000 |
| commit | 3a755611ac9e4424f07e511a371c0973285dbd53 (patch) | |
| tree | 0523cbe0ee926404879359762cdaa9a3a0f747b3 /sys/dev | |
| parent | a86eb3e6830317da58392b17a22c953448c057b6 (diff) | |
about WI_TIMEOUT:
It is not enough to initialize NANOSPEED ROOT-RZ2000 WLAN Card.
In fact, this card needs about 66900 counts.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pcmcia/if_wireg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_wireg.h b/sys/dev/pcmcia/if_wireg.h index 7c8e718a432..a02913d2391 100644 --- a/sys/dev/pcmcia/if_wireg.h +++ b/sys/dev/pcmcia/if_wireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_wireg.h,v 1.6 2000/05/23 08:41:49 enami Exp $ */ +/* $NetBSD: if_wireg.h,v 1.7 2001/01/11 11:54:21 ichiro Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -37,7 +37,7 @@ * Oslo IETF plenary meeting. */ -#define WI_TIMEOUT 65536 +#define WI_TIMEOUT 70000 #define WI_PORT0 0 #define WI_PORT1 1 |
