diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-21 11:48:34 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-07 15:02:14 -0400 |
commit | 7eafd25d9559bd0f652449c222d38d63412e3d4a (patch) | |
tree | 68194d94ca316ea793ba3a86aee885e6ced7ed5e /include | |
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')
-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, extern int ieee80211_wx_get_encodeext(struct ieee80211_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra); -extern int ieee80211_wx_set_auth(struct net_device *dev, - struct iw_request_info *info, - union iwreq_data *wrqu, - char *extra); -extern int ieee80211_wx_get_auth(struct net_device *dev, - struct iw_request_info *info, - union iwreq_data *wrqu, - char *extra); static inline void ieee80211_increment_scans(struct ieee80211_device *ieee) { |