projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6c212
)
staging: wilc1000: coreconfigurator.h: remove unused defines
author
Glen Lee
<
[email protected]
>
Wed, 16 Sep 2015 01:43:54 +0000
(10:43 +0900)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 17 Sep 2015 04:34:45 +0000
(21:34 -0700)
The define MAX_PACKET_BUFF_SIZE and STATUS_MSG_LEN is not used in the driver.
Delete two defines.
Signed-off-by: Glen Lee <
[email protected]
>
Signed-off-by: Tony Cho <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/wilc1000/coreconfigurator.h
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/coreconfigurator.h
b/drivers/staging/wilc1000/coreconfigurator.h
index c2aee05f0934524c0e850b2bd74be34ad604594b..32e5b31a96a9e6801b66d0f6c30ff4907332fe51 100644
(file)
--- 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