mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 14:53:05 +00:00
rtl8188eu: Convert "typedef struct _EFUSE_HAL" to "struct efuse_hal"
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
b8e9aac38d
commit
d2de492de6
3 changed files with 5 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue