diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-21 04:48:34 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-07 15:02:14 -0400 |
commit | 7eafd25d9559bd0f652449c222d38d63412e3d4a (patch) | |
tree | 68194d94ca316ea793ba3a86aee885e6ced7ed5e /include/net/ieee80211.h | |
parent | c12cf2109702c052688391f4171f239effb241bf (diff) |
remove ieee80211_wx_{get,set}_auth()
After the bcm43xx removal ieee80211_wx_{get,set}_auth() were no longer
used.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/ieee80211.h')
-rw-r--r-- | include/net/ieee80211.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index facd0ffedc6e..b31399e1fd83 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h | |||
@@ -1309,14 +1309,6 @@ extern int ieee80211_wx_set_encodeext(struct ieee80211_device *ieee, | |||
1309 | extern int ieee80211_wx_get_encodeext(struct ieee80211_device *ieee, | 1309 | extern int ieee80211_wx_get_encodeext(struct ieee80211_device *ieee, |
1310 | struct iw_request_info *info, | 1310 | struct iw_request_info *info, |
1311 | union iwreq_data *wrqu, char *extra); | 1311 | union iwreq_data *wrqu, char *extra); |
1312 | extern int ieee80211_wx_set_auth(struct net_device *dev, | ||
1313 | struct iw_request_info *info, | ||
1314 | union iwreq_data *wrqu, | ||
1315 | char *extra); | ||
1316 | extern int ieee80211_wx_get_auth(struct net_device *dev, | ||
1317 | struct iw_request_info *info, | ||
1318 | union iwreq_data *wrqu, | ||
1319 | char *extra); | ||
1320 | 1312 | ||
1321 | static inline void ieee80211_increment_scans(struct ieee80211_device *ieee) | 1313 | static inline void ieee80211_increment_scans(struct ieee80211_device *ieee) |
1322 | { | 1314 | { |