staging: rtl8192e: Convert typedef POWER_SAVE_MODE to enum power_save_mode
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
0ad0141d18
commit
12f5bc97f4
1 changed files with 2 additions and 3 deletions
|
@ -145,11 +145,10 @@ enum rf_optype {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
typedef enum _POWER_SAVE_MODE
|
enum power_save_mode {
|
||||||
{
|
|
||||||
POWER_SAVE_MODE_ACTIVE,
|
POWER_SAVE_MODE_ACTIVE,
|
||||||
POWER_SAVE_MODE_SAVE,
|
POWER_SAVE_MODE_SAVE,
|
||||||
} POWER_SAVE_MODE;
|
};
|
||||||
|
|
||||||
typedef enum _INTERFACE_SELECT_8190PCI{
|
typedef enum _INTERFACE_SELECT_8190PCI{
|
||||||
INTF_SEL1_MINICARD = 0,
|
INTF_SEL1_MINICARD = 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue