Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2009 17:39:33 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r192553 - projects/mesh11s/sys/net80211
Message-ID:  <200905211739.n4LHdXtp073840@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Thu May 21 17:39:33 2009
New Revision: 192553
URL: http://svn.freebsd.org/changeset/base/192553

Log:
  Fix build.

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

Modified: projects/mesh11s/sys/net80211/ieee80211_hwmp.h
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_hwmp.h	Thu May 21 17:39:21 2009	(r192552)
+++ projects/mesh11s/sys/net80211/ieee80211_hwmp.h	Thu May 21 17:39:33 2009	(r192553)
@@ -31,8 +31,9 @@
 #ifndef _NET80211_IEEE80211_HWMP_H_
 #define _NET80211_IEEE80211_HWMP_H_
 
-void	ieee80211_hwmp_recv_path(struct ieee80211vap *, struct ieee80211_node *,
-    struct mbuf *);
-
+#if 0
+void	ieee80211_hwmp_recv_action(struct ieee80211vap *,
+    struct ieee80211_node *, struct mbuf *);
+#endif
 
 #endif /* _NET80211_IEEE80211_HWMP_H_ */



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