staging: rtl8192e: Convert typedef InitialGainOpType to enum init_gain_op_type
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
07276bac0f
commit
062de0a9df
1 changed files with 2 additions and 2 deletions
|
@ -615,11 +615,11 @@ enum ba_action {
|
||||||
ACT_DELBA = 2,
|
ACT_DELBA = 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef enum _InitialGainOpType{
|
enum init_gain_op_type {
|
||||||
IG_Backup=0,
|
IG_Backup=0,
|
||||||
IG_Restore,
|
IG_Restore,
|
||||||
IG_Max
|
IG_Max
|
||||||
} InitialGainOpType;
|
};
|
||||||
|
|
||||||
typedef enum _LED_CTL_MODE{
|
typedef enum _LED_CTL_MODE{
|
||||||
LED_CTL_POWER_ON = 1,
|
LED_CTL_POWER_ON = 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue