Commit 12f5bc97 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef POWER_SAVE_MODE to enum power_save_mode

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 0ad0141d
...@@ -145,11 +145,10 @@ enum rf_optype { ...@@ -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,
......
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