|
@@ -815,6 +815,13 @@ int wlfw_cap_send_sync_msg(struct icnss_priv *priv)
|
|
|
if (resp->phy_qam_cap_valid)
|
|
|
priv->phy_qam_cap = (enum icnss_phy_qam_cap)resp->phy_qam_cap;
|
|
|
|
|
|
+ if (resp->serial_id_valid) {
|
|
|
+ priv->serial_id = resp->serial_id;
|
|
|
+ icnss_pr_info("serial id 0x%x 0x%x\n",
|
|
|
+ resp->serial_id.serial_id_msb,
|
|
|
+ resp->serial_id.serial_id_lsb);
|
|
|
+ }
|
|
|
+
|
|
|
icnss_pr_dbg("Capability, chip_id: 0x%x, chip_family: 0x%x, board_id: 0x%x, soc_id: 0x%x",
|
|
|
priv->chip_info.chip_id, priv->chip_info.chip_family,
|
|
|
priv->board_id, priv->soc_id);
|