aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/eap_packet.h
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2018-04-06 14:37:37 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 14:27:34 +0200
commitfd36fd0b04a9c8c2f89b347c5cdb8a0f9a88bd17 (patch)
tree07a106baa2bbf7cf214fb15393091ca99aa94f2b /drivers/staging/ks7010/eap_packet.h
parentstaging: ks7010: remove not used enum values from eap_packet.h header (diff)
downloadlinux-dev-fd36fd0b04a9c8c2f89b347c5cdb8a0f9a88bd17.tar.xz
linux-dev-fd36fd0b04a9c8c2f89b347c5cdb8a0f9a88bd17.zip
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>
Diffstat (limited to 'drivers/staging/ks7010/eap_packet.h')
-rw-r--r--drivers/staging/ks7010/eap_packet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/ks7010/eap_packet.h b/drivers/staging/ks7010/eap_packet.h
index 47184dab7849..43fbc378dec9 100644
--- a/drivers/staging/ks7010/eap_packet.h
+++ b/drivers/staging/ks7010/eap_packet.h
@@ -26,8 +26,6 @@ struct ieee802_1x_hdr {
/* followed by length octets of data */
} __packed;
-#define EAPOL_VERSION 2
-
enum { IEEE802_1X_TYPE_EAP_PACKET = 0,
IEEE802_1X_TYPE_EAPOL_START = 1,
IEEE802_1X_TYPE_EAPOL_LOGOFF = 2,