aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2009-07-27 06:01:50 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-07-29 15:46:14 -0400
commit0e82ffe3b90bcad72cfe80e4379946b8fb0691ca (patch)
treec6b73524d4db86ddcaa866d7ea81a9600b610413 /include/net/cfg80211.h
parenta7bc376c858e0e724b8cb2db09b6874562d377ca (diff)
cfg80211: combine iwfreq implementations
Until now we implemented iwfreq for managed mode, we needed to keep the implementations separate, but now that we have all versions implemented we can combine them and export just one handler. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h20
1 files changed, 6 insertions, 14 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 0d278777e39c..5d249c4bf225 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1595,12 +1595,6 @@ int cfg80211_wext_siwmlme(struct net_device *dev,
1595int cfg80211_wext_giwrange(struct net_device *dev, 1595int cfg80211_wext_giwrange(struct net_device *dev,
1596 struct iw_request_info *info, 1596 struct iw_request_info *info,
1597 struct iw_point *data, char *extra); 1597 struct iw_point *data, char *extra);
1598int cfg80211_ibss_wext_siwfreq(struct net_device *dev,
1599 struct iw_request_info *info,
1600 struct iw_freq *freq, char *extra);
1601int cfg80211_ibss_wext_giwfreq(struct net_device *dev,
1602 struct iw_request_info *info,
1603 struct iw_freq *freq, char *extra);
1604int cfg80211_ibss_wext_siwessid(struct net_device *dev, 1598int cfg80211_ibss_wext_siwessid(struct net_device *dev,
1605 struct iw_request_info *info, 1599 struct iw_request_info *info,
1606 struct iw_point *data, char *ssid); 1600 struct iw_point *data, char *ssid);
@@ -1614,12 +1608,6 @@ int cfg80211_ibss_wext_giwap(struct net_device *dev,
1614 struct iw_request_info *info, 1608 struct iw_request_info *info,
1615 struct sockaddr *ap_addr, char *extra); 1609 struct sockaddr *ap_addr, char *extra);
1616 1610
1617int cfg80211_mgd_wext_siwfreq(struct net_device *dev,
1618 struct iw_request_info *info,
1619 struct iw_freq *freq, char *extra);
1620int cfg80211_mgd_wext_giwfreq(struct net_device *dev,
1621 struct iw_request_info *info,
1622 struct iw_freq *freq, char *extra);
1623int cfg80211_mgd_wext_siwessid(struct net_device *dev, 1611int cfg80211_mgd_wext_siwessid(struct net_device *dev,
1624 struct iw_request_info *info, 1612 struct iw_request_info *info,
1625 struct iw_point *data, char *ssid); 1613 struct iw_point *data, char *ssid);
@@ -1642,8 +1630,12 @@ int cfg80211_wext_giwauth(struct net_device *dev,
1642 struct iw_request_info *info, 1630 struct iw_request_info *info,
1643 struct iw_param *data, char *extra); 1631 struct iw_param *data, char *extra);
1644 1632
1645struct ieee80211_channel *cfg80211_wext_freq(struct wiphy *wiphy, 1633int cfg80211_wext_siwfreq(struct net_device *dev,
1646 struct iw_freq *freq); 1634 struct iw_request_info *info,
1635 struct iw_freq *freq, char *extra);
1636int cfg80211_wext_giwfreq(struct net_device *dev,
1637 struct iw_request_info *info,
1638 struct iw_freq *freq, char *extra);
1647 1639
1648int cfg80211_wext_siwrate(struct net_device *dev, 1640int cfg80211_wext_siwrate(struct net_device *dev,
1649 struct iw_request_info *info, 1641 struct iw_request_info *info,