Remove redundant forward declaration of struct ieee80211com.

Approved by:	bschmidt
This commit is contained in:
Aleksandr Rybalko
2012-02-20 15:05:21 +00:00
parent fde4439701
commit 0fecd54d7a
-2
View File
@@ -299,8 +299,6 @@ ieee80211_unref_node(struct ieee80211_node **ni)
*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 *);