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

Commit a95b7ebf authored by Manikandan Mohan's avatar Manikandan Mohan
Browse files

cnss2: Add WLAN device OTP version debug print



Rearrange target capability debug print message to provide WLAN
device OTP version.

Change-Id: Id68ff83eb55f4dd3ba3851006f8fc04faa91bc52
Signed-off-by: default avatarManikandan Mohan <manikand@codeaurora.org>
parent b7903c23
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2015-2020, The Linux Foundation. All rights reserved. */
/* Copyright (c) 2015-2021, The Linux Foundation. All rights reserved. */

#include <linux/firmware.h>
#include <linux/module.h>
@@ -459,14 +459,15 @@ int cnss_wlfw_tgt_cap_send_sync(struct cnss_plat_data *plat_priv)
		plat_priv->fw_pcie_gen_switch =
			!!(resp->fw_caps & QMI_WLFW_HOST_PCIE_GEN_SWITCH_V01);

	cnss_pr_dbg("Target capability: chip_id: 0x%x, chip_family: 0x%x, board_id: 0x%x, soc_id: 0x%x, fw_version: 0x%x, fw_build_timestamp: %s, fw_build_id: %s, otp_version: 0x%x\n",
	cnss_pr_dbg("Target capability: chip_id: 0x%x, chip_family: 0x%x, board_id: 0x%x, soc_id: 0x%x, otp_version: 0x%x\n",
		    plat_priv->chip_info.chip_id,
		    plat_priv->chip_info.chip_family,
		    plat_priv->board_info.board_id, plat_priv->soc_info.soc_id,
		    plat_priv->otp_version);
	cnss_pr_dbg("fw_version: 0x%x, fw_build_timestamp: %s, fw_build_id: %s\n",
		    plat_priv->fw_version_info.fw_version,
		    plat_priv->fw_version_info.fw_build_timestamp,
		    plat_priv->fw_build_id,
		    plat_priv->otp_version);
		    plat_priv->fw_build_id);

	kfree(req);
	kfree(resp);