staging: rtl8192e: Convert typedef dm_dig_pd_th_e to enum dm_dig_pd_th
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
4777da736e
commit
5d1703aee6
1 changed files with 2 additions and 3 deletions
|
@ -196,13 +196,12 @@ enum dm_dig_connect {
|
|||
DIG_CONNECT_MAX
|
||||
};
|
||||
|
||||
typedef enum _dm_dig_pd_th_e
|
||||
{
|
||||
enum dm_dig_pd_th {
|
||||
DIG_PD_AT_LOW_POWER = 0,
|
||||
DIG_PD_AT_NORMAL_POWER = 1,
|
||||
DIG_PD_AT_HIGH_POWER = 2,
|
||||
DIG_PD_MAX
|
||||
} dm_dig_pd_th_e;
|
||||
};
|
||||
|
||||
typedef enum _dm_dig_cs_ratio_e
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue