Commit 97844d15 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef INTERFACE_SELECT_8190PCI to enum interface_select_8190pci

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 12f5bc97
...@@ -150,12 +150,12 @@ enum power_save_mode { ...@@ -150,12 +150,12 @@ enum power_save_mode {
POWER_SAVE_MODE_SAVE, POWER_SAVE_MODE_SAVE,
}; };
typedef enum _INTERFACE_SELECT_8190PCI{ enum interface_select_8190pci {
INTF_SEL1_MINICARD = 0, INTF_SEL1_MINICARD = 0,
INTF_SEL0_PCIE = 1, INTF_SEL0_PCIE = 1,
INTF_SEL2_RSV = 2, INTF_SEL2_RSV = 2,
INTF_SEL3_RSV = 3, INTF_SEL3_RSV = 3,
} INTERFACE_SELECT_8190PCI, *PINTERFACE_SELECT_8190PCI; };
struct bb_reg_definition { struct bb_reg_definition {
u32 rfintfs; u32 rfintfs;
......
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