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

Rui Paulo rpaulo at FreeBSD.org
Thu Jun 4 21:45:16 UTC 2009


Author: rpaulo
Date: Thu Jun  4 21:45:16 2009
New Revision: 193461
URL: http://svn.freebsd.org/changeset/base/193461

Log:
  fix comment

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

Modified: projects/mesh11s/sys/net80211/ieee80211_var.h
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_var.h	Thu Jun  4 21:40:36 2009	(r193460)
+++ projects/mesh11s/sys/net80211/ieee80211_var.h	Thu Jun  4 21:45:16 2009	(r193461)
@@ -53,7 +53,7 @@
 #include <net80211/ieee80211_proto.h>
 #include <net80211/ieee80211_radiotap.h>
 #include <net80211/ieee80211_scan.h>
-#include <net80211/ieee80211_hwmp.h>		/* for ieee80211_hwmp_fi */
+#include <net80211/ieee80211_hwmp.h>		/* for ieee80211_hwmp_state */
 
 #define	IEEE80211_TXPOWER_MAX	100	/* .5 dbM (XXX units?) */
 #define	IEEE80211_TXPOWER_MIN	0	/* kill radio */


More information about the svn-src-projects mailing list