Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2007 23:34:10 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 114522 for review
Message-ID:  <200702142334.l1ENYAkt033649@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=114522

Change 114522 by sam@sam_ebb on 2007/02/14 23:34:08

	reserve some debug msg bits for 11n

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_var.h#47 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_var.h#47 (text+ko) ====

@@ -409,6 +409,7 @@
 	return size;
 }
 
+#define	IEEE80211_MSG_11N	0x80000000	/* 11n mode debug */
 #define	IEEE80211_MSG_DEBUG	0x40000000	/* IFF_DEBUG equivalent */
 #define	IEEE80211_MSG_DUMPPKTS	0x20000000	/* IFF_LINK2 equivalant */
 #define	IEEE80211_MSG_CRYPTO	0x10000000	/* crypto work */
@@ -435,6 +436,7 @@
 #define	IEEE80211_MSG_INACT	0x00000080	/* inactivity handling */
 #define	IEEE80211_MSG_ROAM	0x00000040	/* sta-mode roaming */
 #define	IEEE80211_MSG_RATECTL	0x00000020	/* tx rate control */
+#define	IEEE80211_MSG_ACTION	0x00000010	/* action frame handling */
 
 #define	IEEE80211_MSG_ANY	0xffffffff	/* anything */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702142334.l1ENYAkt033649>