diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-02-26 06:18:07 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-02-26 06:18:07 +0000 |
commit | c3cb36189425d0c52e9bdd76aa13922f96349b20 (patch) | |
tree | 368c1b041e97606c63804e8a7cbfb6b6131ae1ce /sys/dev | |
parent | 3004f07ff1ea03f40f52310a0958a88a4d687e66 (diff) |
Change default SSID from "ANY" to blank -- this will actually make it
connect to any SSID found.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/anreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/anreg.h b/sys/dev/ic/anreg.h index c3ade8a6176..1432b978dc1 100644 --- a/sys/dev/ic/anreg.h +++ b/sys/dev/ic/anreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: anreg.h,v 1.2 2000/04/03 03:11:27 aaron Exp $ */ +/* $OpenBSD: anreg.h,v 1.3 2001/02/26 06:18:06 tholo Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -37,7 +37,7 @@ #define AN_TIMEOUT 65536 /* Default network name: ANY */ -#define AN_DEFAULT_NETNAME "ANY" +#define AN_DEFAULT_NETNAME "" /* The nodename must be less than 16 bytes */ #define AN_DEFAULT_NODENAME "OpenBSD" |