diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-08-13 03:49:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-08-13 03:49:52 +0000 |
commit | 40bc0d2eafb41a5904eb5ffeff22dffc87777a27 (patch) | |
tree | fcdd47864a5f516132e247f5050dbd2746ce48f5 /sys/dev/ic/if_wireg.h | |
parent | 020ff77c7cca994fcb72c7da4814e93757343646 (diff) |
change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD.
The reason for this is that it is possible in the future to have
wi(4) be a real AP using the AP tertiary firmware.
mickey@ OK
Diffstat (limited to 'sys/dev/ic/if_wireg.h')
-rw-r--r-- | sys/dev/ic/if_wireg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/if_wireg.h b/sys/dev/ic/if_wireg.h index da1efd976d2..a655b727308 100644 --- a/sys/dev/ic/if_wireg.h +++ b/sys/dev/ic/if_wireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wireg.h,v 1.25 2002/07/10 19:29:15 millert Exp $ */ +/* $OpenBSD: if_wireg.h,v 1.26 2002/08/13 03:49:51 millert Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -485,7 +485,7 @@ struct wi_ltv_pcf { #define WI_PORTTYPE_WDS 0x2 #define WI_PORTTYPE_ADHOC 0x3 #define WI_PORTTYPE_IBSS 0x4 -#define WI_PORTTYPE_AP 0x6 +#define WI_PORTTYPE_HOSTAP 0x6 /* * Mac addresses. |