Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef VERSION_8190 to enum version_8190_…
Browse files Browse the repository at this point in the history
…loopback

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 70f9f79 commit 1238aa4
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 @@ -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
Expand Down

0 comments on commit 1238aa4

Please sign in to comment.