diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 2146c0c436d2..934c3ef4f0bc 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -854,8 +854,7 @@ static inline int ieee80211_bssid_match(const u8 *raddr, const u8 *addr) | |||
854 | 854 | ||
855 | /* ieee80211.c */ | 855 | /* ieee80211.c */ |
856 | int ieee80211_hw_config(struct ieee80211_local *local); | 856 | int ieee80211_hw_config(struct ieee80211_local *local); |
857 | int ieee80211_if_config(struct net_device *dev); | 857 | int ieee80211_if_config(struct ieee80211_sub_if_data *sdata, u32 changed); |
858 | int ieee80211_if_config_beacon(struct net_device *dev); | ||
859 | void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx); | 858 | void ieee80211_tx_set_protected(struct ieee80211_tx_data *tx); |
860 | u32 ieee80211_handle_ht(struct ieee80211_local *local, int enable_ht, | 859 | u32 ieee80211_handle_ht(struct ieee80211_local *local, int enable_ht, |
861 | struct ieee80211_ht_info *req_ht_cap, | 860 | struct ieee80211_ht_info *req_ht_cap, |