Commit 062de0a9 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef InitialGainOpType to enum init_gain_op_type

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 07276bac
...@@ -615,11 +615,11 @@ enum ba_action { ...@@ -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,
......
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