dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Larry Finger 2011-07-19 13:05:16 -05:00
parent 0ad0141d18
commit 12f5bc97f4
1 changed files with 2 additions and 3 deletions

View File

@ -145,11 +145,10 @@ enum rf_optype {
};
typedef enum _POWER_SAVE_MODE
{
enum power_save_mode {
POWER_SAVE_MODE_ACTIVE,
POWER_SAVE_MODE_SAVE,
} POWER_SAVE_MODE;
};
typedef enum _INTERFACE_SELECT_8190PCI{
INTF_SEL1_MINICARD = 0,