summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-05-01 04:31:08 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-05-01 04:31:08 +0000
commit04e9f1abe6384e852ca0207d882814dab9237dd4 (patch)
tree835d291b525c3f97b2e2f0c25c1cc0f3de9123b0 /sys
parentc092c0f397da676da5255a2a81971b279b29b650 (diff)
Change WI_PORTTYPE_IBSS to 4. This change got lost in the big ibss
simplication a while back. Luckily, it is basically cosmetic...
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/if_wireg.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/ic/if_wireg.h b/sys/dev/ic/if_wireg.h
index 21301dd8a42..b0e379534f2 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.18 2002/04/06 23:48:38 millert Exp $ */
+/* $OpenBSD: if_wireg.h,v 1.19 2002/05/01 04:31:07 millert Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -458,12 +458,13 @@ struct wi_ltv_pcf {
* Connection control characteristics (0xFC00 == WI_RID_PORTTYPE).
* 1 == Basic Service Set (BSS)
* 2 == Wireless Distribudion System (WDS)
- * 3 == Pseudo IBSS
+ * 3 == Pseudo IBSS (aka ad-hoc demo)
+ * 4 == IBSS
*/
-#define WI_PORTTYPE_IBSS 0x0
#define WI_PORTTYPE_BSS 0x1
#define WI_PORTTYPE_WDS 0x2
#define WI_PORTTYPE_ADHOC 0x3
+#define WI_PORTTYPE_IBSS 0x4
#define WI_PORTTYPE_AP 0x6
/*