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:
Glen Lee
2015-09-10 18:26:29 +09:00
committed by Greg Kroah-Hartman
parent 7092b839e9
commit a0462838c1

View File

@@ -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 */