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

Rui Paulo rpaulo at FreeBSD.org
Mon Jun 1 11:16:05 UTC 2009


Author: rpaulo
Date: Mon Jun  1 11:15:54 2009
New Revision: 193224
URL: http://svn.freebsd.org/changeset/base/193224

Log:
  Add _KERNEL protection.
  
  Sponsored by:	The FreeBSD Foundation

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

Modified: projects/mesh11s/sys/net80211/ieee80211_mesh.h
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_mesh.h	Mon Jun  1 11:11:46 2009	(r193223)
+++ projects/mesh11s/sys/net80211/ieee80211_mesh.h	Mon Jun  1 11:15:54 2009	(r193224)
@@ -346,6 +346,7 @@ struct ieee80211_meshcntl {
 	/* more mesh addresses follow */
 } __packed;
 
+#ifdef _KERNEL
 void		ieee80211_mesh_attach(struct ieee80211com *);
 void		ieee80211_mesh_detach(struct ieee80211com *);
 void		ieee80211_parse_meshid(struct ieee80211_node *, const uint8_t *);
@@ -358,4 +359,5 @@ uint8_t *	ieee80211_add_meshlmetric(uint
 void		ieee80211_create_mbss(struct ieee80211vap *, struct
 		    ieee80211_channel *);
 uint32_t	ieee80211_mesh_getseq(void);
+#endif /* _KERNEL */
 #endif /* !_NET80211_IEEE80211_MESH_H_ */


More information about the svn-src-projects mailing list