icnss2: pass fw build id in soc info to wlan host driver
Pass fw build id as part of soc info to wlan host driver. Change-Id: I6a8bced678ada0f88e744b5fd3f2ed58fa4173ef CRs-Fixed: 3324963
This commit is contained in:

committed by
Madan Koyyalamudi

parent
44ad9ad95f
commit
414f0dcf64
@@ -3000,6 +3000,8 @@ int icnss_get_soc_info(struct device *dev, struct icnss_soc_info *info)
|
||||
strlcpy(info->fw_build_timestamp,
|
||||
priv->fw_version_info.fw_build_timestamp,
|
||||
WLFW_MAX_TIMESTAMP_LEN + 1);
|
||||
strlcpy(info->fw_build_id, priv->fw_build_id,
|
||||
ICNSS_WLFW_MAX_BUILD_ID_LEN + 1);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user