diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-02-18 13:32:08 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-27 14:52:42 -0500 |
commit | 4aa188e1a868d25c5b93e48e5d29bbd0f9d3bc3a (patch) | |
tree | 3dc88e85c134c0cb44b4b24df886c4a5fe84848c /include | |
parent | 77965c970d7da9c9b6349ff2b1d9adecf54c403b (diff) |
mac80211/cfg80211: move iwrange handler to cfg80211
The previous patch made cfg80211 generally aware of the signal
type a given hardware will give, so now it can implement
SIOCGIWRANGE itself, removing more wext stuff from mac80211.
Might need to be a little more parametrized once we have
more hardware using cfg80211 and new hardware capabilities.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/cfg80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index e0312746a8cc..43ac90df4164 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -765,6 +765,9 @@ int cfg80211_wext_siwscan(struct net_device *dev, | |||
765 | int cfg80211_wext_giwscan(struct net_device *dev, | 765 | int cfg80211_wext_giwscan(struct net_device *dev, |
766 | struct iw_request_info *info, | 766 | struct iw_request_info *info, |
767 | struct iw_point *data, char *extra); | 767 | struct iw_point *data, char *extra); |
768 | int cfg80211_wext_giwrange(struct net_device *dev, | ||
769 | struct iw_request_info *info, | ||
770 | struct iw_point *data, char *extra); | ||
768 | 771 | ||
769 | /** | 772 | /** |
770 | * cfg80211_scan_done - notify that scan finished | 773 | * cfg80211_scan_done - notify that scan finished |