Commit c3bfe9f1 authored by Ajay Singh's avatar Ajay Singh Committed by Greg Kroah-Hartman

staging: wilc1000: remove unused enum declaration

Cleanup patch to remove unused enums.
Signed-off-by: default avatarAjay Singh <ajay.kathat@microchip.com>
Reviewed-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e24411b3
......@@ -4,14 +4,6 @@
#define TAG_PARAM_OFFSET (MAC_HDR_LEN + TIME_STAMP_LEN + \
BEACON_INTERVAL_LEN + CAP_INFO_LEN)
enum basic_frame_type {
FRAME_TYPE_CONTROL = 0x04,
FRAME_TYPE_DATA = 0x08,
FRAME_TYPE_MANAGEMENT = 0x00,
FRAME_TYPE_RESERVED = 0x0C,
FRAME_TYPE_FORCE_32BIT = 0xFFFFFFFF
};
enum sub_frame_type {
ASSOC_REQ = 0x00,
ASSOC_RSP = 0x10,
......
......@@ -252,12 +252,6 @@ struct reg_frame {
u8 reg_id;
};
enum p2p_listen_state {
P2P_IDLE,
P2P_LISTEN,
P2P_GRP_FORMATION
};
struct wilc;
struct host_if_drv {
struct user_scan_req usr_scan_req;
......
......@@ -175,12 +175,6 @@ enum {
NO_ACK,
};
enum {
DONT_RESET = 0,
DO_RESET = 1,
NO_REQUEST = 2,
};
enum {
REKEY_DISABLE = 1,
REKEY_TIME_BASE,
......@@ -194,17 +188,6 @@ enum {
FILTER_STA_ONLY = 0x02
};
enum {
PRI_HIGH_RSSI = 0x00,
PRI_LOW_RSSI = 0x04,
PRI_DETECT = 0x08
};
enum {
CH_FILTER_OFF = 0x00,
CH_FILTER_ON = 0x10
};
enum {
AUTO_PROT = 0, /* Auto */
NO_PROT, /* Do not use any protection */
......@@ -244,15 +227,6 @@ enum {
MIMO_MODE = 3, /* power save disable */
};
enum {
DISABLE_SELF_CTS,
ENABLE_SELF_CTS,
DISABLE_TX_ABORT,
ENABLE_TX_ABORT,
HW_TRIGGER_ABORT,
SW_TRIGGER_ABORT,
};
enum wid_type {
WID_CHAR = 0,
WID_SHORT = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment