staging: ks7010: remove EAPOL_VERSION preprocessor definition

This commit removes EAPOL_VERSION define from eap_packet.h
header file because it is not being used anywhere.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sergio Paracuellos 2018-04-06 14:37:37 +02:00 коммит произвёл Greg Kroah-Hartman
Родитель a350085221
Коммит fd36fd0b04
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -26,8 +26,6 @@ struct ieee802_1x_hdr {
/* followed by length octets of data */ /* followed by length octets of data */
} __packed; } __packed;
#define EAPOL_VERSION 2
enum { IEEE802_1X_TYPE_EAP_PACKET = 0, enum { IEEE802_1X_TYPE_EAP_PACKET = 0,
IEEE802_1X_TYPE_EAPOL_START = 1, IEEE802_1X_TYPE_EAPOL_START = 1,
IEEE802_1X_TYPE_EAPOL_LOGOFF = 2, IEEE802_1X_TYPE_EAPOL_LOGOFF = 2,