PERFORCE change 130136 for review

Sam Leffler sam at FreeBSD.org
Mon Dec 3 20:13:39 PST 2007


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

Change 130136 by sam at sam_ebb on 2007/12/04 04:13:28

	sync w/ vap code

Affected files ...

.. //depot/projects/vap/usr.sbin/wlandebug/wlandebug.c#3 edit

Differences ...

==== //depot/projects/vap/usr.sbin/wlandebug/wlandebug.c#3 (text+ko) ====

@@ -80,6 +80,10 @@
 #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_WDS	0x00000008	/* WDS handling */
+#define	IEEE80211_MSG_IOCTL	0x00000004	/* ioctl handling */
+#define	IEEE80211_MSG_ADDBA	0x00000002	/* ADDBA handling */
 
 static struct {
 	const char	*name;
@@ -112,6 +116,10 @@
 	{ "inact",	IEEE80211_MSG_INACT },
 	{ "roam",	IEEE80211_MSG_ROAM },
 	{ "rate",	IEEE80211_MSG_RATECTL },
+	{ "action",	IEEE80211_MSG_ACTION },
+	{ "wds",	IEEE80211_MSG_WDS },
+	{ "ioctl",	IEEE80211_MSG_IOCTL },
+	{ "addba",	IEEE80211_MSG_ADDBA },
 };
 
 static u_int


More information about the p4-projects mailing list