diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-07-27 06:01:52 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-29 15:46:18 -0400 |
commit | 1f9298f96082692bdfe73af6fc2167f627f21647 (patch) | |
tree | ac99b1e27f93e0f4296112af23f78ab7e3a36144 /include/net/cfg80211.h | |
parent | 562e482265ac4d660d9f0114419591d62f44361d (diff) |
cfg80211: combine IWESSID handlers
Since we now have handlers IWESSID for all modes, we can
combine them into one.
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.h | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 3348c16e1f35..e1b92358242b 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1595,19 +1595,6 @@ int cfg80211_wext_siwmlme(struct net_device *dev, | |||
1595 | int cfg80211_wext_giwrange(struct net_device *dev, | 1595 | int 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); |
1598 | int cfg80211_ibss_wext_siwessid(struct net_device *dev, | ||
1599 | struct iw_request_info *info, | ||
1600 | struct iw_point *data, char *ssid); | ||
1601 | int cfg80211_ibss_wext_giwessid(struct net_device *dev, | ||
1602 | struct iw_request_info *info, | ||
1603 | struct iw_point *data, char *ssid); | ||
1604 | |||
1605 | int cfg80211_mgd_wext_siwessid(struct net_device *dev, | ||
1606 | struct iw_request_info *info, | ||
1607 | struct iw_point *data, char *ssid); | ||
1608 | int cfg80211_mgd_wext_giwessid(struct net_device *dev, | ||
1609 | struct iw_request_info *info, | ||
1610 | struct iw_point *data, char *ssid); | ||
1611 | int cfg80211_wext_siwgenie(struct net_device *dev, | 1598 | int cfg80211_wext_siwgenie(struct net_device *dev, |
1612 | struct iw_request_info *info, | 1599 | struct iw_request_info *info, |
1613 | struct iw_point *data, char *extra); | 1600 | struct iw_point *data, char *extra); |
@@ -1624,7 +1611,12 @@ int cfg80211_wext_siwfreq(struct net_device *dev, | |||
1624 | int cfg80211_wext_giwfreq(struct net_device *dev, | 1611 | int cfg80211_wext_giwfreq(struct net_device *dev, |
1625 | struct iw_request_info *info, | 1612 | struct iw_request_info *info, |
1626 | struct iw_freq *freq, char *extra); | 1613 | struct iw_freq *freq, char *extra); |
1627 | 1614 | int cfg80211_wext_siwessid(struct net_device *dev, | |
1615 | struct iw_request_info *info, | ||
1616 | struct iw_point *data, char *ssid); | ||
1617 | int cfg80211_wext_giwessid(struct net_device *dev, | ||
1618 | struct iw_request_info *info, | ||
1619 | struct iw_point *data, char *ssid); | ||
1628 | int cfg80211_wext_siwrate(struct net_device *dev, | 1620 | int cfg80211_wext_siwrate(struct net_device *dev, |
1629 | struct iw_request_info *info, | 1621 | struct iw_request_info *info, |
1630 | struct iw_param *rate, char *extra); | 1622 | struct iw_param *rate, char *extra); |