mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 15:16:56 +07:00
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:
parent
3ed34fbf9d
commit
e8d9e982bf
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user