ath11k: change fw build id format in driver init log
authorHari Chandrakanthan <quic_haric@quicinc.com>
Wed, 9 Mar 2022 11:24:25 +0000 (16:54 +0530)
committerKalle Valo <quic_kvalo@quicinc.com>
Mon, 21 Mar 2022 10:55:44 +0000 (12:55 +0200)
commit72a9bff386545d3f8e9c432cb8e036272ad4e1fa
tree63220b118b4a2765e0ad9718bd8c3b0fb05efd18
parent997dc60f0855b39aec0400511b37d65781da9255
ath11k: change fw build id format in driver init log

Currently fw build id is printed during init as follows.

fw_version 0x250684a5 fw_build_timestamp 2021-07-13 10:57
fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HK.2.5.0.1-01100-QCAHKSWPL_SILICONZ-1

The string "QC_IMAGE_VERSION_STRING=" is removed from the log
to improve readability.

With this patch the fw build id is printed during init as follows.
fw_version 0x250684a5 fw_build_timestamp 2021-07-13 10:57
fw_build_id WLAN.HK.2.5.0.1-01100-QCAHKSWPL_SILICONZ-1

Signed-off-by: Hari Chandrakanthan <quic_haric@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/1646825065-7736-1-git-send-email-quic_haric@quicinc.com
drivers/net/wireless/ath/ath11k/qmi.c