Commit 5dcb7b1e authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

staging: ks7010: remove not used enum in eap_packet header file

This commit removes an anonymous enumerator inside eap_packet
header file because it is not being used anymore.
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9818caa2
...@@ -34,12 +34,6 @@ enum { ...@@ -34,12 +34,6 @@ enum {
IEEE802_1X_TYPE_EAPOL_ENCAPSULATED_ASF_ALERT = 4 IEEE802_1X_TYPE_EAPOL_ENCAPSULATED_ASF_ALERT = 4
}; };
enum {
EAPOL_KEY_TYPE_RC4 = 1,
EAPOL_KEY_TYPE_RSN = 2,
EAPOL_KEY_TYPE_WPA = 254
};
#define WPA_NONCE_LEN 32 #define WPA_NONCE_LEN 32
#define WPA_REPLAY_COUNTER_LEN 8 #define WPA_REPLAY_COUNTER_LEN 8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment