Remove redundant forward declaration of struct ieee80211com.
Approved by: bschmidt
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user