diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-02-27 06:41:12 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-02-27 06:41:12 +0000 |
commit | 144aa22b7f35918d52ae2f97600a49ec3e727c5a (patch) | |
tree | fc73419e97109c7a5d031743021981428c1b69d9 /sys/dev | |
parent | 4d36aee05bbacf5ede86f0bf6145d22e4732b623 (diff) |
Garbage collect unused flag
Newer firmware has larger stats struct
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/anreg.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/anreg.h b/sys/dev/ic/anreg.h index a6f8e4428b3..24bc6aa6513 100644 --- a/sys/dev/ic/anreg.h +++ b/sys/dev/ic/anreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: anreg.h,v 1.4 2001/02/26 06:19:33 tholo Exp $ */ +/* $OpenBSD: anreg.h,v 1.5 2001/02/27 06:41:11 tholo Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -322,7 +322,6 @@ struct an_ltv_genconfig { #define AN_AUTHTYPE_NONE 0x0000 #define AN_AUTHTYPE_OPEN 0x0001 #define AN_AUTHTYPE_SHAREDKEY 0x0002 -#define AN_AUTHTYPE_EXCLUDE_UNENCRYPTED 0x0004 #define AN_AUTHTYPE_PRIVACY_IN_USE 0x0100 #define AN_AUTHTYPE_ALLOW_UNENCRYPTED 0x0200 @@ -527,7 +526,7 @@ struct an_ltv_status { u_int16_t an_max_noise_prev_sec; /* 0x7A */ u_int16_t an_avg_noise_prev_min; /* 0x7C */ u_int16_t an_max_noise_prev_min; /* 0x7E */ - u_int16_t an_rsvd0[2]; /* 0x80 */ + u_int16_t an_rsvd0[3]; /* 0x80 */ }; #define AN_STATUS_OPMODE_CONFIGURED 0x0001 |