svn commit: r191664 - projects/mesh11s/usr.sbin/wlandebug

Rui Paulo rpaulo at FreeBSD.org
Wed Apr 29 11:18:04 UTC 2009


Author: rpaulo
Date: Wed Apr 29 11:18:03 2009
New Revision: 191664
URL: http://svn.freebsd.org/changeset/base/191664

Log:
  Fix typo.

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

Modified: projects/mesh11s/usr.sbin/wlandebug/wlandebug.c
==============================================================================
--- projects/mesh11s/usr.sbin/wlandebug/wlandebug.c	Wed Apr 29 11:15:58 2009	(r191663)
+++ projects/mesh11s/usr.sbin/wlandebug/wlandebug.c	Wed Apr 29 11:18:03 2009	(r191664)
@@ -65,7 +65,7 @@ const char *progname;
 #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_MES	0x00002000	/* mesh networking */
+#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