Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef INTERFACE_SELECT_8190PCI to enum i…
Browse files Browse the repository at this point in the history
…nterface_select_8190pci

Remove typedef from enum.
Rename enum.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 12f5bc9 commit 97844d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/r8190P_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ enum power_save_mode {
POWER_SAVE_MODE_SAVE,
};

typedef enum _INTERFACE_SELECT_8190PCI{
enum interface_select_8190pci {
INTF_SEL1_MINICARD = 0,
INTF_SEL0_PCIE = 1,
INTF_SEL2_RSV = 2,
INTF_SEL3_RSV = 3,
} INTERFACE_SELECT_8190PCI, *PINTERFACE_SELECT_8190PCI;
};

struct bb_reg_definition {
u32 rfintfs;
Expand Down

0 comments on commit 97844d1

Please sign in to comment.