Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Define PORTTYPE constants for IBSS and HOSTAP (al...



details:   https://anonhg.NetBSD.org/src/rev/adadf2824256
branches:  trunk
changeset: 535128:adadf2824256
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Aug 10 23:29:53 2002 +0000

description:
Define PORTTYPE constants for IBSS and HOSTAP (already in the
comments!).

diffstat:

 sys/dev/ic/wireg.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c1da812138a4 -r adadf2824256 sys/dev/ic/wireg.h
--- a/sys/dev/ic/wireg.h        Sat Aug 10 23:21:58 2002 +0000
+++ b/sys/dev/ic/wireg.h        Sat Aug 10 23:29:53 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wireg.h,v 1.34 2002/04/18 05:24:29 onoe Exp $  */
+/*     $NetBSD: wireg.h,v 1.35 2002/08/10 23:29:53 thorpej Exp $       */
 
 /*
  * Copyright (c) 1997, 1998, 1999
@@ -565,9 +565,11 @@
  *     (Only PRISM2; not 802.11 compliant mode, testing use only)
  * 6 == HOST AP (Only PRISM2)
  */
+#define        WI_PORTTYPE_IBSS        0x0
 #define WI_PORTTYPE_BSS                0x1
 #define WI_PORTTYPE_WDS                0x2
 #define WI_PORTTYPE_ADHOC      0x3
+#define        WI_PORTTYPE_HOSTAP      0x6
 
 /*
  * Mac addresses. (0xFC01, 0xFC08)



Home | Main Index | Thread Index | Old Index