Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2007 04:13:38 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 130136 for review
Message-ID:  <200712040413.lB44DcHx017365@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 130136 by sam@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



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