staging: rtl8192e: Convert typedef RF_OpType_E to enum rf_optype
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
1238aa49ef
commit
0ad0141d18
1 changed files with 2 additions and 3 deletions
|
@ -138,12 +138,11 @@ enum version_8190_loopback {
|
||||||
#define IC_VersionCut_D 0x3
|
#define IC_VersionCut_D 0x3
|
||||||
#define IC_VersionCut_E 0x4
|
#define IC_VersionCut_E 0x4
|
||||||
|
|
||||||
typedef enum tag_Rf_OpType
|
enum rf_optype {
|
||||||
{
|
|
||||||
RF_OP_By_SW_3wire = 0,
|
RF_OP_By_SW_3wire = 0,
|
||||||
RF_OP_By_FW,
|
RF_OP_By_FW,
|
||||||
RF_OP_MAX
|
RF_OP_MAX
|
||||||
} RF_OpType_E;
|
};
|
||||||
|
|
||||||
|
|
||||||
typedef enum _POWER_SAVE_MODE
|
typedef enum _POWER_SAVE_MODE
|
||||||
|
|
Loading…
Add table
Reference in a new issue