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

Rui Paulo rpaulo at FreeBSD.org
Fri Apr 24 19:05:23 UTC 2009


Author: rpaulo
Date: Fri Apr 24 19:05:22 2009
New Revision: 191475
URL: http://svn.freebsd.org/changeset/base/191475

Log:
  Need to include ieee80211_mesh.h for this to work.
  
  Sponsored by:	The FreeBSD Foundation

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

Modified: projects/mesh11s/sys/net80211/ieee80211_node.h
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_node.h	Fri Apr 24 18:51:24 2009	(r191474)
+++ projects/mesh11s/sys/net80211/ieee80211_node.h	Fri Apr 24 19:05:22 2009	(r191475)
@@ -30,6 +30,7 @@
 
 #include <net80211/ieee80211_ioctl.h>		/* for ieee80211_nodestats */
 #include <net80211/ieee80211_ht.h>		/* for aggregation state */
+#include <net80211/ieee80211_mesh.h>		/* for mesh defines */
 
 /*
  * Each ieee80211com instance has a single timer that fires every


More information about the svn-src-projects mailing list