Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff298624 authored by Eran Harary's avatar Eran Harary Committed by Emmanuel Grumbach
Browse files

iwlwifi: mvm: call to pcie_apply_destination also on family 8000 B step



In order to config the FW and to allocate monitor buffer driver should
run the function iwl_pcie_apply_destination immediately after FW sections
are loaded.

Signed-off-by: default avatarEran Harary <eran.harary@intel.com>
Reviewed-by: default avatarLiad Kaufman <liad.kaufman@intel.com>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent a1ed4025
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -908,6 +908,9 @@ static int iwl_pcie_load_given_ucode_8000b(struct iwl_trans *trans,
	if (ret)
		return ret;

	if (trans->dbg_dest_tlv)
		iwl_pcie_apply_destination(trans);

	/* Notify FW loading is done */
	iwl_write_direct32(trans, FH_UCODE_LOAD_STATUS, 0xFFFFFFFF);