From 04e9f1abe6384e852ca0207d882814dab9237dd4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 1 May 2002 04:31:08 +0000 Subject: Change WI_PORTTYPE_IBSS to 4. This change got lost in the big ibss simplication a while back. Luckily, it is basically cosmetic... --- sys/dev/ic/if_wireg.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys') 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 /* -- cgit v1.2.3