rtl8188eu: Convert "typedef struct _EFUSE_HAL" to "struct efuse_hal"

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-22 17:59:49 -05:00
parent b8e9aac38d
commit d2de492de6
3 changed files with 5 additions and 6 deletions

View file

@ -335,7 +335,7 @@ typedef struct hal_data_8188e
bool EepromOrEfuse;
u8 EfuseMap[2][HWSET_MAX_SIZE_512]; //92C:256bytes, 88E:512bytes, we use union set (512bytes)
u8 EfuseUsedPercentage;
EFUSE_HAL EfuseHal;
struct efuse_hal EfuseHal;
//u8 bIQKInitialized;