mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
staging: wilc1000: remove unused enum
This patch removes a unused enum tenuFrameClass. 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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7092b839e9
commit
a0462838c1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user