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:
Larry Finger
2011-07-19 13:03:47 -05:00
parent 1238aa49ef
commit 0ad0141d18

View File

@@ -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