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

Commit 6b8c18e1 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss2: Download qdss cfg file at end of fw mem ready handler"

parents 8ae32bed e67f869a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -448,6 +448,9 @@ static int cnss_fw_mem_ready_hdlr(struct cnss_plat_data *plat_priv)
	if (ret)
		goto out;

	if (cnss_wlfw_qdss_dnld_send_sync(plat_priv))
		cnss_pr_info("Failed to download qdss configuration file");

	return 0;
out:
	return ret;
@@ -538,9 +541,6 @@ static int cnss_fw_ready_hdlr(struct cnss_plat_data *plat_priv)

	cnss_wlfw_send_pcie_gen_speed_sync(plat_priv);

	if (cnss_wlfw_qdss_dnld_send_sync(plat_priv))
		cnss_pr_info("Failed to download qdss configuration file");

	if (test_bit(CNSS_FW_BOOT_RECOVERY, &plat_priv->driver_state)) {
		clear_bit(CNSS_FW_BOOT_RECOVERY, &plat_priv->driver_state);
		clear_bit(CNSS_DRIVER_RECOVERY, &plat_priv->driver_state);