diff options
author | James Ketrenos <jketreno@linux.intel.com> | 2005-09-21 15:33:32 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-21 23:19:09 -0400 |
commit | 9a01c16bd49071b2e7904d222cae71d5f8bf6bb5 (patch) | |
tree | 6f1235f312251cccbb7f7d28f1e9c3f7fae0d0a2 /include | |
parent | 5bfc819b53ed67c76f33f969ab627070e85d87c1 (diff) |
[PATCH] ieee82011: Remove WIRELESS_EXT ifdefs
Remove old WIRELESS_EXT version compatibility
In-tree doesn't need to maintain backward compatibility.
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ieee80211.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index 53809482a7e4..61a23d38b429 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h | |||
@@ -1069,14 +1069,12 @@ extern int ieee80211_wx_set_encode(struct ieee80211_device *ieee, | |||
1069 | extern int ieee80211_wx_get_encode(struct ieee80211_device *ieee, | 1069 | extern int ieee80211_wx_get_encode(struct ieee80211_device *ieee, |
1070 | struct iw_request_info *info, | 1070 | struct iw_request_info *info, |
1071 | union iwreq_data *wrqu, char *key); | 1071 | union iwreq_data *wrqu, char *key); |
1072 | #if WIRELESS_EXT > 17 | ||
1073 | extern int ieee80211_wx_set_encodeext(struct ieee80211_device *ieee, | 1072 | extern int ieee80211_wx_set_encodeext(struct ieee80211_device *ieee, |
1074 | struct iw_request_info *info, | 1073 | struct iw_request_info *info, |
1075 | union iwreq_data *wrqu, char *extra); | 1074 | union iwreq_data *wrqu, char *extra); |
1076 | extern int ieee80211_wx_get_encodeext(struct ieee80211_device *ieee, | 1075 | extern int ieee80211_wx_get_encodeext(struct ieee80211_device *ieee, |
1077 | struct iw_request_info *info, | 1076 | struct iw_request_info *info, |
1078 | union iwreq_data *wrqu, char *extra); | 1077 | union iwreq_data *wrqu, char *extra); |
1079 | #endif | ||
1080 | 1078 | ||
1081 | static inline void ieee80211_increment_scans(struct ieee80211_device *ieee) | 1079 | static inline void ieee80211_increment_scans(struct ieee80211_device *ieee) |
1082 | { | 1080 | { |