mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 19:24:01 -04:00
staging: wilc1000: remove unused enum declaration
Cleanup patch to remove unused enums. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e24411b3a0
commit
c3bfe9f186
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user