mwifiex: remove redundant encryption_mode mapping
[deliverable/linux.git] / drivers / net / wireless / mwifiex / ioctl.h
index d01160aa1db82c2142b886d2f89112255cf16120..703a6d12ebf37ee3001c39894304d7745217a489 100644 (file)
@@ -267,14 +267,6 @@ struct mwifiex_debug_info {
        u8 event_received;
 };
 
-enum {
-       MWIFIEX_ENCRYPTION_MODE_NONE = 0,
-       MWIFIEX_ENCRYPTION_MODE_WEP40 = 1,
-       MWIFIEX_ENCRYPTION_MODE_TKIP = 2,
-       MWIFIEX_ENCRYPTION_MODE_CCMP = 3,
-       MWIFIEX_ENCRYPTION_MODE_WEP104 = 4,
-};
-
 #define MWIFIEX_KEY_INDEX_UNICAST      0x40000000
 #define MWIFIEX_MAX_KEY_LENGTH         32
 #define WAPI_RXPN_LEN                  16
This page took 0.034504 seconds and 5 git commands to generate.