mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue