mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-12-31 07:03:59 +00:00
Fixed EFUSE compile warning/crash
* Fixed a crash in the EFUSE fix pushed earlier
This commit is contained in:
parent
da693a9317
commit
cac273de34
@ -1721,7 +1721,7 @@ u8 rtw_efuse_access(PADAPTER padapter, u8 bWrite, u16 start_addr, u16 cnts, u8 *
|
||||
u8(*rw8)(PADAPTER, u16, u8 *);
|
||||
u32 backupRegs[4] = {0};
|
||||
|
||||
efuse_PreUpdateAction(padapter, backupRegs)
|
||||
efuse_PreUpdateAction(padapter, backupRegs);
|
||||
|
||||
EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_EFUSE_REAL_CONTENT_LEN, (PVOID)&real_content_len, _FALSE);
|
||||
EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_AVAILABLE_EFUSE_BYTES_TOTAL, (PVOID)&max_available_size, _FALSE);
|
||||
|
Loading…
Reference in New Issue
Block a user