diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-22 04:02:35 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-22 04:02:35 +0000 |
commit | 2272f1a4842f71ff58802eb9c575b710931a9aa9 (patch) | |
tree | 5878c6b776ee35a1fceb2829b6da3e1b949e5450 | |
parent | 3acd2dde83569eb50adcda902dd45afc1195180f (diff) |
nobody has base station for fh, and this was not ever discussed, bad angelos
-rw-r--r-- | sys/dev/pcmcia/if_ray.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_ray.c b/sys/dev/pcmcia/if_ray.c index cf7ffa14fc7..a9ea7fc32a6 100644 --- a/sys/dev/pcmcia/if_ray.c +++ b/sys/dev/pcmcia/if_ray.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ray.c,v 1.11 2001/01/10 17:55:37 angelos Exp $ */ +/* $OpenBSD: if_ray.c,v 1.12 2001/01/22 04:02:34 mickey Exp $ */ /* $NetBSD: if_ray.c,v 1.21 2000/07/05 02:35:54 onoe Exp $ */ /* @@ -153,7 +153,7 @@ #endif #ifndef RAY_MODE_DEFAULT -#define RAY_MODE_DEFAULT SC_MODE_INFRA +#define RAY_MODE_DEFAULT SC_MODE_ADHOC #endif #ifndef RAY_DEF_NWID |