Commit 0ad0141d authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef RF_OpType_E to enum rf_optype

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 1238aa49
......@@ -138,12 +138,11 @@ enum version_8190_loopback {
#define IC_VersionCut_D 0x3
#define IC_VersionCut_E 0x4
typedef enum tag_Rf_OpType
{
enum rf_optype {
RF_OP_By_SW_3wire = 0,
RF_OP_By_FW,
RF_OP_MAX
} RF_OpType_E;
};
typedef enum _POWER_SAVE_MODE
......
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