Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef RF_OpType_E to enum rf_optype
Browse files Browse the repository at this point in the history
Remove typedef from enum.
Rename enum.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 1238aa4 commit 0ad0141
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/staging/rtl8192e/r8190P_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ad0141

Please sign in to comment.