Disabled annoying EFUSE debug

This commit is contained in:
kimocoder 2019-08-16 18:40:07 +02:00
parent 3a405781ba
commit 2b143976ab

View File

@ -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
}