iwlwifi: dbg_ini: rename external debug configuration file

Rename the external configuration file to align to the debug SAS.

Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
Shahar S Matityahu 2019-07-23 15:24:54 +03:00 committed by Luca Coelho
parent 3ed34fbf9d
commit e8d9e982bf

View File

@ -445,7 +445,7 @@ void iwl_dbg_tlv_load_bin(struct device *dev, struct iwl_trans *trans)
if (!iwlwifi_mod_params.enable_ini)
return;
res = request_firmware(&fw, "iwl-dbg-tlv.ini", dev);
res = request_firmware(&fw, "iwl-debug-yoyo.bin", dev);
if (res)
return;