diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-07-27 06:01:52 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-29 15:46:18 -0400 |
commit | 1f9298f96082692bdfe73af6fc2167f627f21647 (patch) | |
tree | ac99b1e27f93e0f4296112af23f78ab7e3a36144 /net/wireless/wext-sme.c | |
parent | 562e482265ac4d660d9f0114419591d62f44361d (diff) |
cfg80211: combine IWESSID handlers
Since we now have handlers IWESSID for all modes, we can
combine them into one.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/wext-sme.c')
-rw-r--r-- | net/wireless/wext-sme.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/wireless/wext-sme.c b/net/wireless/wext-sme.c index 1aa31cc55113..7bacbd1c2af6 100644 --- a/net/wireless/wext-sme.c +++ b/net/wireless/wext-sme.c | |||
@@ -192,8 +192,6 @@ int cfg80211_mgd_wext_siwessid(struct net_device *dev, | |||
192 | cfg80211_unlock_rdev(wiphy_to_dev(wdev->wiphy)); | 192 | cfg80211_unlock_rdev(wiphy_to_dev(wdev->wiphy)); |
193 | return err; | 193 | return err; |
194 | } | 194 | } |
195 | /* temporary symbol - mark GPL - in the future the handler won't be */ | ||
196 | EXPORT_SYMBOL_GPL(cfg80211_mgd_wext_siwessid); | ||
197 | 195 | ||
198 | int cfg80211_mgd_wext_giwessid(struct net_device *dev, | 196 | int cfg80211_mgd_wext_giwessid(struct net_device *dev, |
199 | struct iw_request_info *info, | 197 | struct iw_request_info *info, |
@@ -218,8 +216,6 @@ int cfg80211_mgd_wext_giwessid(struct net_device *dev, | |||
218 | 216 | ||
219 | return 0; | 217 | return 0; |
220 | } | 218 | } |
221 | /* temporary symbol - mark GPL - in the future the handler won't be */ | ||
222 | EXPORT_SYMBOL_GPL(cfg80211_mgd_wext_giwessid); | ||
223 | 219 | ||
224 | int cfg80211_mgd_wext_siwap(struct net_device *dev, | 220 | int cfg80211_mgd_wext_siwap(struct net_device *dev, |
225 | struct iw_request_info *info, | 221 | struct iw_request_info *info, |