diff options
-rw-r--r-- | drivers/net/wireless/airo.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/airo.c b/drivers/net/wireless/airo.c index c047580e52dd..acda45838e98 100644 --- a/drivers/net/wireless/airo.c +++ b/drivers/net/wireless/airo.c | |||
@@ -1094,12 +1094,6 @@ typedef struct wep_key_t { | |||
1094 | u8 key[16]; /* 40-bit and 104-bit keys */ | 1094 | u8 key[16]; /* 40-bit and 104-bit keys */ |
1095 | } wep_key_t; | 1095 | } wep_key_t; |
1096 | 1096 | ||
1097 | /* Backward compatibility */ | ||
1098 | #ifndef IW_ENCODE_NOKEY | ||
1099 | #define IW_ENCODE_NOKEY 0x0800 /* Key is write only, so not present */ | ||
1100 | #define IW_ENCODE_MODE (IW_ENCODE_DISABLED | IW_ENCODE_RESTRICTED | IW_ENCODE_OPEN) | ||
1101 | #endif /* IW_ENCODE_NOKEY */ | ||
1102 | |||
1103 | /* List of Wireless Handlers (new API) */ | 1097 | /* List of Wireless Handlers (new API) */ |
1104 | static const struct iw_handler_def airo_handler_def; | 1098 | static const struct iw_handler_def airo_handler_def; |
1105 | 1099 | ||