forked from Minki/linux
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: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9818caa236
commit
5dcb7b1e98
@ -34,12 +34,6 @@ enum {
|
||||
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_REPLAY_COUNTER_LEN 8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user