Date: Wed, 29 Apr 2009 11:18:04 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r191664 - projects/mesh11s/usr.sbin/wlandebug Message-ID: <200904291118.n3TBI4bk079113@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904291118.n3TBI4bk079113>