summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2018-04-06 14:37:38 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 14:27:34 +0200
commit2f90a43f8eed777dd1fa1977b9e62294c1ce2558 (patch)
tree8882d31ed7c2c0522e095128506c32644299cdb9
parentfd36fd0b04a9c8c2f89b347c5cdb8a0f9a88bd17 (diff)
downloadop-kernel-dev-2f90a43f8eed777dd1fa1977b9e62294c1ce2558.zip
op-kernel-dev-2f90a43f8eed777dd1fa1977b9e62294c1ce2558.tar.gz
staging: ks7010: remove two redefined defines in eap_packet.h header
This commit removes GENERIC_INFO_ELEM and RSN_INFO_ELEM definitions from eap_packet.h header file which are not being used at all. These two are also defined in the ks_wlan_net.c source file as GENERIC_INFO_ELEM_ID and RSN_INFO_ELEM_ID with the same values. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/ks7010/eap_packet.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/ks7010/eap_packet.h b/drivers/staging/ks7010/eap_packet.h
index 43fbc37..3a5fade 100644
--- a/drivers/staging/ks7010/eap_packet.h
+++ b/drivers/staging/ks7010/eap_packet.h
@@ -113,7 +113,4 @@ struct wpa_eapol_key {
#define WPA_CAPABILITY_PREAUTH BIT(0)
-#define GENERIC_INFO_ELEM 0xdd
-#define RSN_INFO_ELEM 0x30
-
#endif /* EAP_PACKET_H */
OpenPOWER on IntegriCloud