summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-09-16 10:43:49 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-16 21:34:44 -0700
commit20f44491070376150a9e68860129786869eff4a6 (patch)
treece6397469a55fba2196a6837768168e33fba9c94
parentd52979b3bbe4622b799c29cf2647b1d1e20d5336 (diff)
downloadlinux-stable-20f44491070376150a9e68860129786869eff4a6.tar.gz
linux-stable-20f44491070376150a9e68860129786869eff4a6.tar.bz2
linux-stable-20f44491070376150a9e68860129786869eff4a6.zip
staging: wilc1000: remove unused defines
This patch removes follwing unused defines. MAX_CFG_PKTLEN MSG_HEADER_LEN QUERY_MSG_TYPE WRITE_MSG_TYPE RESP_MSG_TYPE WRITE_RESP_SUCCESS INVALID MAC_ADDR_LEN 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>
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c
index ac3da8863064..a0b0d97ba777 100644
--- a/drivers/staging/wilc1000/coreconfigurator.c
+++ b/drivers/staging/wilc1000/coreconfigurator.c
@@ -17,14 +17,6 @@
/* Constants */
/*****************************************************************************/
#define INLINE static __inline
-#define MAX_CFG_PKTLEN 1450
-#define MSG_HEADER_LEN 4
-#define QUERY_MSG_TYPE 'Q'
-#define WRITE_MSG_TYPE 'W'
-#define RESP_MSG_TYPE 'R'
-#define WRITE_RESP_SUCCESS 1
-#define INVALID 255
-#define MAC_ADDR_LEN 6
#define TAG_PARAM_OFFSET (MAC_HDR_LEN + TIME_STAMP_LEN + \
BEACON_INTERVAL_LEN + CAP_INFO_LEN)