summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.h
diff options
context:
space:
mode:
authorGlen Lee2015-09-16 03:43:54 +0200
committerGreg Kroah-Hartman2015-09-17 06:34:45 +0200
commit57c111a472106bf75a4ac8ae525a41356f003861 (patch)
tree8c0b6ace22a16c6e2ba13755d067a709e2961b02 /drivers/staging/wilc1000/coreconfigurator.h
parentstaging: wilc1000: delete function declaration SendRawPacket (diff)
downloadkernel-qcow2-linux-57c111a472106bf75a4ac8ae525a41356f003861.tar.gz
kernel-qcow2-linux-57c111a472106bf75a4ac8ae525a41356f003861.tar.xz
kernel-qcow2-linux-57c111a472106bf75a4ac8ae525a41356f003861.zip
staging: wilc1000: coreconfigurator.h: remove unused defines
The define MAX_PACKET_BUFF_SIZE and STATUS_MSG_LEN is not used in the driver. Delete two defines. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/coreconfigurator.h')
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h
index c2aee05f0934..32e5b31a96a9 100644
--- a/drivers/staging/wilc1000/coreconfigurator.h
+++ b/drivers/staging/wilc1000/coreconfigurator.h
@@ -44,14 +44,11 @@
/* Operating Mode: GET */
#define GET_CFG 1
-#define MAX_PACKET_BUFF_SIZE 1596
-
#define MAX_STRING_LEN 256
#define MAX_SURVEY_RESULT_FRAG_SIZE MAX_STRING_LEN
#define SURVEY_RESULT_LENGTH 44
#define MAX_ASSOC_RESP_FRAME_SIZE MAX_STRING_LEN
-#define STATUS_MSG_LEN 12
#define MAC_CONNECTED 1
#define MAC_DISCONNECTED 0