PERFORCE change 70187 for review

Sam Leffler sam at FreeBSD.org
Wed Feb 2 14:47:16 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=70187

Change 70187 by sam at sam_ebb on 2005/02/02 22:46:36

	shuffle

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_node.h#3 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_node.h#3 (text+ko) ====

@@ -78,6 +78,7 @@
 };
 
 struct ieee80211_node_table;
+struct ieee80211com;
 struct ieee80211vap;
 
 /*
@@ -173,8 +174,6 @@
 	*ni = NULL;			/* guard against use */
 }
 
-struct ieee80211com;
-
 void	ieee80211_node_attach(struct ieee80211com *);
 void	ieee80211_node_detach(struct ieee80211com *);
 void	ieee80211_node_vattach(struct ieee80211vap *);


More information about the p4-projects mailing list