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

Rui Paulo rpaulo at FreeBSD.org
Sat Jun 20 18:39:19 UTC 2009


Author: rpaulo
Date: Sat Jun 20 18:39:18 2009
New Revision: 194551
URL: http://svn.freebsd.org/changeset/base/194551

Log:
  80 column fix.
  
  Sponsored by:	The FreeBSD Foundation

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

Modified: projects/mesh11s/sys/net80211/ieee80211_var.h
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_var.h	Sat Jun 20 18:37:06 2009	(r194550)
+++ projects/mesh11s/sys/net80211/ieee80211_var.h	Sat Jun 20 18:39:18 2009	(r194551)
@@ -804,7 +804,7 @@ ieee80211_htchanflags(const struct ieee8
 #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_HWMP	0x00020000	/* hybrid wireless mesh protocol */
+#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 */


More information about the svn-src-projects mailing list