From 62b55849edb2712f759610fefe7823a492c4fe08 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 30 Dec 2002 03:23:59 +0000 Subject: proper HOSTAP_FLAGS_BITS; from merith@vantronix.net --- sys/dev/ic/if_wi_hostap.h | 4 ++-- 1 file 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) -- cgit v1.2.3