Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef InitialGainOpType to enum init_gai…
Browse files Browse the repository at this point in the history
…n_op_type

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 07276ba commit 062de0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -615,11 +615,11 @@ enum ba_action {
ACT_DELBA = 2,
};

typedef enum _InitialGainOpType{
enum init_gain_op_type {
IG_Backup=0,
IG_Restore,
IG_Max
} InitialGainOpType;
};

typedef enum _LED_CTL_MODE{
LED_CTL_POWER_ON = 1,
Expand Down

0 comments on commit 062de0a

Please sign in to comment.