diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-12-30 03:23:59 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-12-30 03:23:59 +0000 |
commit | 62b55849edb2712f759610fefe7823a492c4fe08 (patch) | |
tree | f3289d62c03448e97049e9734214be12420917f8 | |
parent | 07998f02b30220fb6532baf0c6441f136602939a (diff) |
proper HOSTAP_FLAGS_BITS; from merith@vantronix.net
-rw-r--r-- | sys/dev/ic/if_wi_hostap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/if_wi_hostap.h b/sys/dev/ic/if_wi_hostap.h index 91771420830..dec44cd62ee 100644 --- a/sys/dev/ic/if_wi_hostap.h +++ b/sys/dev/ic/if_wi_hostap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_hostap.h,v 1.6 2002/06/08 22:19:47 millert Exp $ */ +/* $OpenBSD: if_wi_hostap.h,v 1.7 2002/12/30 03:23:58 mickey Exp $ */ /* * Copyright (c) 2002 @@ -51,7 +51,7 @@ struct hostap_sta { #define HOSTAP_FLAGS_AUTHEN 0x0001 #define HOSTAP_FLAGS_ASSOC 0x0002 #define HOSTAP_FLAGS_PERM 0x0004 -#define HOSTAP_FLAGS_BITS "\20\01ASSOC\02AUTH\03PERM" +#define HOSTAP_FLAGS_BITS "\20\01AUTH\02ASSOC\03PERM" #define SIOCHOSTAP_GET _IOWR('i', 210, struct ifreq) #define SIOCHOSTAP_ADD _IOWR('i', 211, struct ifreq) |