svn commit: r190549 - projects/mesh11s/sys/net80211

Rui Paulo rpaulo at FreeBSD.org
Mon Mar 30 03:54:08 PDT 2009


Author: rpaulo
Date: Mon Mar 30 10:54:07 2009
New Revision: 190549
URL: http://svn.freebsd.org/changeset/base/190549

Log:
  Add mesh debugging bit replacing the now deprecated RADKEYS.
  
  Approved by:	sam

Modified:
  projects/mesh11s/sys/net80211/ieee80211_var.h

Modified: projects/mesh11s/sys/net80211/ieee80211_var.h
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_var.h	Mon Mar 30 10:43:07 2009	(r190548)
+++ projects/mesh11s/sys/net80211/ieee80211_var.h	Mon Mar 30 10:54:07 2009	(r190549)
@@ -702,7 +702,7 @@ ieee80211_htchanflags(const struct ieee8
 #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 */
-#define	IEEE80211_MSG_RADKEYS	0x00002000	/* dump 802.1x keys */
+#define	IEEE80211_MSG_MESH	0x00002000	/* mesh networking */
 #define	IEEE80211_MSG_WPA	0x00001000	/* WPA/RSN protocol */
 #define	IEEE80211_MSG_ACL	0x00000800	/* ACL handling */
 #define	IEEE80211_MSG_WME	0x00000400	/* WME protocol */


More information about the svn-src-projects mailing list