PERFORCE change 80451 for review

Sam Leffler sam at FreeBSD.org
Mon Jul 18 16:36:12 GMT 2005


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

Change 80451 by sam at sam_ebb on 2005/07/18 16:36:10

	add recent stuff

Affected files ...

.. //depot/projects/wifi/tools/tools/ath/80211debug.c#6 edit

Differences ...

==== //depot/projects/wifi/tools/tools/ath/80211debug.c#6 (text+ko) ====

@@ -73,6 +73,9 @@
 #define	IEEE80211_MSG_ACL	0x00000800	/* ACL handling */
 #define	IEEE80211_MSG_WME	0x00000400	/* WME protocol */
 #define	IEEE80211_MSG_SUPERG	0x00000200	/* Atheros SuperG protocol */
+#define	IEEE80211_MSG_DOTH	0x00000100	/* 802.11h support */
+#define	IEEE80211_MSG_INACT	0x00000080	/* inactivity handling */
+#define	IEEE80211_MSG_ROAM	0x00000040	/* sta-mode roaming */
 
 static struct {
 	const char	*name;
@@ -100,6 +103,9 @@
 	{ "acl",	IEEE80211_MSG_ACL },
 	{ "wme",	IEEE80211_MSG_WME },
 	{ "superg",	IEEE80211_MSG_SUPERG },
+	{ "doth",	IEEE80211_MSG_DOTH },
+	{ "inact",	IEEE80211_MSG_INACT },
+	{ "roam",	IEEE80211_MSG_ROAM },
 };
 
 static u_int


More information about the p4-projects mailing list