svn commit: r231939 - head/sys/net80211

Aleksandr Rybalko ray at FreeBSD.org
Mon Feb 20 15:05:22 UTC 2012


Author: ray
Date: Mon Feb 20 15:05:21 2012
New Revision: 231939
URL: http://svn.freebsd.org/changeset/base/231939

Log:
  Remove redundant forward declaration of struct ieee80211com.
  
  Approved by:	bschmidt

Modified:
  head/sys/net80211/ieee80211_node.h

Modified: head/sys/net80211/ieee80211_node.h
==============================================================================
--- head/sys/net80211/ieee80211_node.h	Mon Feb 20 13:59:24 2012	(r231938)
+++ head/sys/net80211/ieee80211_node.h	Mon Feb 20 15:05:21 2012	(r231939)
@@ -299,8 +299,6 @@ ieee80211_unref_node(struct ieee80211_no
 	*ni = NULL;			/* guard against use */
 }
 
-struct ieee80211com;
-
 void	ieee80211_node_attach(struct ieee80211com *);
 void	ieee80211_node_lateattach(struct ieee80211com *);
 void	ieee80211_node_detach(struct ieee80211com *);


More information about the svn-src-all mailing list