dect
/
linux-2.6
Archived
13
0
Fork 0

staging: rtl8192e: Convert typedef VERSION_8190 to enum version_8190_loopback

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 12:56:14 -05:00
parent 70f9f79c48
commit 1238aa49ef
1 changed files with 2 additions and 2 deletions

View File

@ -129,10 +129,10 @@ enum rtl819x_loopback {
#define HAL_PRIME_CHNL_OFFSET_UPPER 2
typedef enum _VERSION_8190{
enum version_8190_loopback {
VERSION_8190_BD=0x3,
VERSION_8190_BE
} VERSION_8190,*PVERSION_8190;
};
#define IC_VersionCut_C 0x2
#define IC_VersionCut_D 0x3