iwlwifi: dbg_ini: rename external debug configuration file
authorShahar S Matityahu <shahar.s.matityahu@intel.com>
Tue, 23 Jul 2019 12:24:54 +0000 (15:24 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 25 Oct 2019 07:09:53 +0000 (10:09 +0300)
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>
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c

index 4f2a4d8..1934df7 100644 (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;