PERFORCE change 114522 for review

Sam Leffler sam at FreeBSD.org
Wed Feb 14 23:34:11 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=114522

Change 114522 by sam at 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 */
 


More information about the p4-projects mailing list