cfg80211: mark all WEXT handlers _GPL
The fact that these are exported is a technical detail of the conversion period -- we don't want anybody to start relying on these. Ultimately we want things to use cfg80211 only, and once everything that is in wext is converted to cfg80211 drivers will not need to touch wext _at all_. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
9d308429a9
commit
ba44cb7226
@ -653,7 +653,7 @@ int cfg80211_wext_siwscan(struct net_device *dev,
|
||||
cfg80211_put_dev(rdev);
|
||||
return err;
|
||||
}
|
||||
EXPORT_SYMBOL(cfg80211_wext_siwscan);
|
||||
EXPORT_SYMBOL_GPL(cfg80211_wext_siwscan);
|
||||
|
||||
static void ieee80211_scan_add_ies(struct iw_request_info *info,
|
||||
struct cfg80211_bss *bss,
|
||||
@ -962,5 +962,5 @@ int cfg80211_wext_giwscan(struct net_device *dev,
|
||||
cfg80211_put_dev(rdev);
|
||||
return res;
|
||||
}
|
||||
EXPORT_SYMBOL(cfg80211_wext_giwscan);
|
||||
EXPORT_SYMBOL_GPL(cfg80211_wext_giwscan);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user