diff options
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 509279a1cfb2..1aa31cc55113 100644 --- a/net/wireless/wext-sme.c +++ b/net/wireless/wext-sme.c | |||
@@ -273,8 +273,6 @@ int cfg80211_mgd_wext_siwap(struct net_device *dev, | |||
273 | cfg80211_unlock_rdev(wiphy_to_dev(wdev->wiphy)); | 273 | cfg80211_unlock_rdev(wiphy_to_dev(wdev->wiphy)); |
274 | return err; | 274 | return err; |
275 | } | 275 | } |
276 | /* temporary symbol - mark GPL - in the future the handler won't be */ | ||
277 | EXPORT_SYMBOL_GPL(cfg80211_mgd_wext_siwap); | ||
278 | 276 | ||
279 | int cfg80211_mgd_wext_giwap(struct net_device *dev, | 277 | int cfg80211_mgd_wext_giwap(struct net_device *dev, |
280 | struct iw_request_info *info, | 278 | struct iw_request_info *info, |
@@ -299,8 +297,6 @@ int cfg80211_mgd_wext_giwap(struct net_device *dev, | |||
299 | 297 | ||
300 | return 0; | 298 | return 0; |
301 | } | 299 | } |
302 | /* temporary symbol - mark GPL - in the future the handler won't be */ | ||
303 | EXPORT_SYMBOL_GPL(cfg80211_mgd_wext_giwap); | ||
304 | 300 | ||
305 | int cfg80211_wext_siwgenie(struct net_device *dev, | 301 | int cfg80211_wext_siwgenie(struct net_device *dev, |
306 | struct iw_request_info *info, | 302 | struct iw_request_info *info, |