staging: wilc1000: remove unused enum
authorGlen Lee <glen.lee@atmel.com>
Thu, 10 Sep 2015 09:26:29 +0000 (18:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:55 +0000 (18:24 -0700)
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>
drivers/staging/wilc1000/coreconfigurator.c

index 1889195..c67ab67 100644 (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         */