svn commit: r184287 - head/sys/net80211

Sam Leffler sam at FreeBSD.org
Sat Oct 25 18:01:01 PDT 2008


Author: sam
Date: Sun Oct 26 01:01:01 2008
New Revision: 184287
URL: http://svn.freebsd.org/changeset/base/184287

Log:
  move decl up before first use

Modified:
  head/sys/net80211/ieee80211_proto.h

Modified: head/sys/net80211/ieee80211_proto.h
==============================================================================
--- head/sys/net80211/ieee80211_proto.h	Sun Oct 26 00:55:38 2008	(r184286)
+++ head/sys/net80211/ieee80211_proto.h	Sun Oct 26 01:01:01 2008	(r184287)
@@ -64,9 +64,9 @@ void	ieee80211_syncflag_ext(struct ieee8
 	((ni)->ni_vap->iv_input(ni, m, rssi, noise, rstamp))
 int	ieee80211_input_all(struct ieee80211com *, struct mbuf *,
 		int, int, uint32_t);
+struct ieee80211_bpf_params;
 int	ieee80211_mgmt_output(struct ieee80211_node *, struct mbuf *, int,
 		struct ieee80211_bpf_params *);
-struct ieee80211_bpf_params;
 int	ieee80211_raw_xmit(struct ieee80211_node *, struct mbuf *,
 		const struct ieee80211_bpf_params *);
 int	ieee80211_output(struct ifnet *, struct mbuf *,


More information about the svn-src-head mailing list