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:
7092b83
)
staging: wilc1000: remove unused enum
author
Glen Lee
<
[email protected]
>
Thu, 10 Sep 2015 09:26:29 +0000
(18:26 +0900)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sun, 13 Sep 2015 01:24:55 +0000
(18:24 -0700)
This patch removes a unused enum tenuFrameClass.
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.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/coreconfigurator.c
b/drivers/staging/wilc1000/coreconfigurator.c
index 188919525186b390779b89e2b839ed2eb04f585f..c67ab67e7f518fa5c9df5acdc3c57a218aec8e87 100644
(file)
--- a/
drivers/staging/wilc1000/coreconfigurator.c
+++ b/
drivers/staging/wilc1000/coreconfigurator.c
@@
-87,14
+87,6
@@
typedef enum {
FRAME_SUBTYPE_FORCE_32BIT = 0xFFFFFFFF
} tenuFrmSubtype;
-/* Basic Frame Classes */
-typedef enum {
- CLASS1_FRAME_TYPE = 0x00,
- CLASS2_FRAME_TYPE = 0x01,
- CLASS3_FRAME_TYPE = 0x02,
- FRAME_CLASS_FORCE_32BIT = 0xFFFFFFFF
-} tenuFrameClass;
-
/* Element ID of various Information Elements */
typedef enum {
ISSID = 0, /* Service Set Identifier */