Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20212c03 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: remove typedef from tenuWIDtype



This patch remove typedef from the enum tenuWIDtype
and rename it to WID_TYPE.

Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e9e0c260
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ typedef enum {

struct wid {
	u16 u16WIDid;
	tenuWIDtype enuWIDtype;
	enum WID_TYPE enuWIDtype;
	s32 s32ValueSize;
	s8      *ps8WidVal;
};
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@

typedef struct {
	u16 cfg_wid;
	WID_TYPE_T cfg_type;
	enum WID_TYPE cfg_type;
	s8     *pu8Para;
} cfg_param_t;

+2 −3
Original line number Diff line number Diff line
@@ -315,7 +315,7 @@ typedef enum {
	SW_TRIGGER_ABORT,
} TX_ABORT_OPTION_T;

typedef enum {
enum WID_TYPE {
	WID_CHAR		= 0,
	WID_SHORT		= 1,
	WID_INT			= 2,
@@ -326,8 +326,7 @@ typedef enum {
	WID_ADR			= 7,
	WID_UNDEF		= 8,
	WID_TYPE_FORCE_32BIT	= 0xFFFFFFFF

} WID_TYPE_T, tenuWIDtype;
};

typedef enum {
	WID_NIL				= 0xffff,