mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-13 01:22:30 +00:00
Disabled annoying EFUSE debug
This commit is contained in:
parent
3a405781ba
commit
2b143976ab
@ -12774,12 +12774,14 @@ void rtw_dump_cur_efuse(PADAPTER padapter)
|
||||
return;
|
||||
}
|
||||
|
||||
#if 0
|
||||
#ifdef CONFIG_RTW_DEBUG
|
||||
if (hal_data->efuse_file_status == EFUSE_FILE_LOADED)
|
||||
RTW_MAP_DUMP_SEL(RTW_DBGDUMP, "EFUSE FILE", hal_data->efuse_eeprom_data, mapsize);
|
||||
else
|
||||
RTW_MAP_DUMP_SEL(RTW_DBGDUMP, "HW EFUSE", hal_data->efuse_eeprom_data, mapsize);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user