diff options
Diffstat (limited to 'net/wireless/ibss.c')
-rw-r--r-- | net/wireless/ibss.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/wireless/ibss.c b/net/wireless/ibss.c index de9ac49cd907..f955225ed911 100644 --- a/net/wireless/ibss.c +++ b/net/wireless/ibss.c | |||
@@ -466,8 +466,6 @@ int cfg80211_ibss_wext_siwap(struct net_device *dev, | |||
466 | 466 | ||
467 | return err; | 467 | return err; |
468 | } | 468 | } |
469 | /* temporary symbol - mark GPL - in the future the handler won't be */ | ||
470 | EXPORT_SYMBOL_GPL(cfg80211_ibss_wext_siwap); | ||
471 | 469 | ||
472 | int cfg80211_ibss_wext_giwap(struct net_device *dev, | 470 | int cfg80211_ibss_wext_giwap(struct net_device *dev, |
473 | struct iw_request_info *info, | 471 | struct iw_request_info *info, |
@@ -493,6 +491,4 @@ int cfg80211_ibss_wext_giwap(struct net_device *dev, | |||
493 | 491 | ||
494 | return 0; | 492 | return 0; |
495 | } | 493 | } |
496 | /* temporary symbol - mark GPL - in the future the handler won't be */ | ||
497 | EXPORT_SYMBOL_GPL(cfg80211_ibss_wext_giwap); | ||
498 | #endif | 494 | #endif |