Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2009 18:39:18 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r194551 - projects/mesh11s/sys/net80211
Message-ID:  <200906201839.n5KIdIh4083801@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



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