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

Rui Paulo rpaulo at FreeBSD.org
Thu Jun 18 11:17:13 UTC 2009


Author: rpaulo
Date: Thu Jun 18 11:17:12 2009
New Revision: 194436
URL: http://svn.freebsd.org/changeset/base/194436

Log:
  Style changes.
  
  Sponsored by:	The FreeBSD Foundation

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

Modified: projects/mesh11s/sys/net80211/ieee80211_hwmp.h
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_hwmp.h	Thu Jun 18 11:16:23 2009	(r194435)
+++ projects/mesh11s/sys/net80211/ieee80211_hwmp.h	Thu Jun 18 11:17:12 2009	(r194436)
@@ -64,13 +64,14 @@ struct ieee80211_hwmp_state {
 	struct mtx		hs_lock;	/* lock for the fi table */
 };
 
-void		ieee80211_hwmp_vattach(struct ieee80211vap *);
-void		ieee80211_hwmp_vdetach(struct ieee80211vap *);
-int		ieee80211_hwmp_newstate(struct ieee80211vap *, enum ieee80211_state, int);
-void		ieee80211_hwmp_recv_action(struct ieee80211vap *,
+void	ieee80211_hwmp_vattach(struct ieee80211vap *);
+void	ieee80211_hwmp_vdetach(struct ieee80211vap *);
+int	ieee80211_hwmp_newstate(struct ieee80211vap *, enum ieee80211_state,
+    int);
+void	ieee80211_hwmp_recv_action(struct ieee80211vap *,
     struct ieee80211_node *, struct mbuf *);
 struct ieee80211_node *
-		ieee80211_hwmp_discover(struct ieee80211vap *,
+	ieee80211_hwmp_discover(struct ieee80211vap *,
     uint8_t [IEEE80211_ADDR_LEN]);
 #endif /* _KERNEL */
 


More information about the svn-src-projects mailing list