diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-09-10 18:01:59 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-15 16:48:23 -0400 |
commit | 0d143fe1e2efc084fa730d2dfa22d0d1ca2ee5f1 (patch) | |
tree | d3a08fc38cad01024b37981e8258f84fe61d7ac3 /net/mac80211/ieee80211_i.h | |
parent | 05c914fe330fa8e1cc67870dc0d3809dfd96c107 (diff) |
mac80211: move regular interface handling
Move the code to handle regular interfaces out of main.c and
into iface.c, keep only the master interface stuff in main.c.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 80d88f5ff90c..6bd6a6306da3 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -891,6 +891,7 @@ u32 ieee80211_handle_ht(struct ieee80211_local *local, int enable_ht, | |||
891 | struct ieee80211_ht_bss_info *req_bss_cap); | 891 | struct ieee80211_ht_bss_info *req_bss_cap); |
892 | void ieee80211_bss_info_change_notify(struct ieee80211_sub_if_data *sdata, | 892 | void ieee80211_bss_info_change_notify(struct ieee80211_sub_if_data *sdata, |
893 | u32 changed); | 893 | u32 changed); |
894 | void ieee80211_configure_filter(struct ieee80211_local *local); | ||
894 | 895 | ||
895 | /* wireless extensions */ | 896 | /* wireless extensions */ |
896 | extern const struct iw_handler_def ieee80211_iw_handler_def; | 897 | extern const struct iw_handler_def ieee80211_iw_handler_def; |
@@ -952,7 +953,6 @@ void ieee80211_rx_bss_put(struct ieee80211_local *local, | |||
952 | struct ieee80211_bss *bss); | 953 | struct ieee80211_bss *bss); |
953 | 954 | ||
954 | /* interface handling */ | 955 | /* interface handling */ |
955 | void ieee80211_if_setup(struct net_device *dev); | ||
956 | int ieee80211_if_add(struct ieee80211_local *local, const char *name, | 956 | int ieee80211_if_add(struct ieee80211_local *local, const char *name, |
957 | struct net_device **new_dev, enum nl80211_iftype type, | 957 | struct net_device **new_dev, enum nl80211_iftype type, |
958 | struct vif_params *params); | 958 | struct vif_params *params); |