Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2009 20:35:43 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r194557 - projects/mesh11s/usr.sbin/wlandebug
Message-ID:  <200906202035.n5KKZhjR086201@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Sat Jun 20 20:35:42 2009
New Revision: 194557
URL: http://svn.freebsd.org/changeset/base/194557

Log:
  Sync with ieee80211_var.h
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/mesh11s/usr.sbin/wlandebug/wlandebug.c

Modified: projects/mesh11s/usr.sbin/wlandebug/wlandebug.c
==============================================================================
--- projects/mesh11s/usr.sbin/wlandebug/wlandebug.c	Sat Jun 20 20:29:21 2009	(r194556)
+++ projects/mesh11s/usr.sbin/wlandebug/wlandebug.c	Sat Jun 20 20:35:42 2009	(r194557)
@@ -61,7 +61,7 @@ const char *progname;
 #define	IEEE80211_MSG_OUTPUT	0x00100000	/* output handling */
 #define	IEEE80211_MSG_STATE	0x00080000	/* state machine */
 #define	IEEE80211_MSG_POWER	0x00040000	/* power save handling */
-#define	IEEE80211_MSG_DOT1X	0x00020000	/* 802.1x authenticator */
+#define	IEEE80211_MSG_HWMP	0x00020000	/* hybrid mesh protocol */
 #define	IEEE80211_MSG_DOT1XSM	0x00010000	/* 802.1x state machine */
 #define	IEEE80211_MSG_RADIUS	0x00008000	/* 802.1x radius client */
 #define	IEEE80211_MSG_RADDUMP	0x00004000	/* dump 802.1x radius packets */
@@ -97,7 +97,7 @@ static struct {
 	{ "output",	IEEE80211_MSG_OUTPUT },
 	{ "state",	IEEE80211_MSG_STATE },
 	{ "power",	IEEE80211_MSG_POWER },
-	{ "dot1x",	IEEE80211_MSG_DOT1X },
+	{ "hwmp",	IEEE80211_MSG_HWMP },
 	{ "dot1xsm",	IEEE80211_MSG_DOT1XSM },
 	{ "radius",	IEEE80211_MSG_RADIUS },
 	{ "raddump",	IEEE80211_MSG_RADDUMP },



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