Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef RT_EEPROM_TYPE to enum rt_eeprom_type
Browse files Browse the repository at this point in the history
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 b55941a commit e946377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@ enum nic_t {
NIC_8192DU = 8,
};

typedef enum _RT_EEPROM_TYPE{
enum rt_eeprom_type {
EEPROM_93C46,
EEPROM_93C56,
EEPROM_BOOT_EFUSE,
} RT_EEPROM_TYPE,*PRT_EEPROM_TYPE;
};

typedef enum _DCMD_TXCMD_OP{
TXCMD_TXRA_HISTORY_CTRL = 0xFF900000,
Expand Down

0 comments on commit e946377

Please sign in to comment.