cnss2: Send QMI message to download TME-L patch

Send QMI message with TME-L patch information to WLAN FW, to
download TME-L patch.

Change-Id: Ieae07c0f761ada45ffcb990b1412654b9c6862b1
CRs-Fixed: 3521187
This commit is contained in:
Naman Padhiar
2023-03-28 21:27:36 +05:30
committed by Rahul Choudhary
parent 2ec2768bfc
commit bdd3c6bf67
8 changed files with 180 additions and 0 deletions

View File

@@ -842,6 +842,11 @@ static int cnss_fw_mem_ready_hdlr(struct cnss_plat_data *plat_priv)
if (ret)
goto out;
cnss_bus_load_tme_patch(plat_priv);
cnss_wlfw_tme_patch_dnld_send_sync(plat_priv,
WLFW_TME_LITE_PATCH_FILE_V01);
if (plat_priv->hds_enabled)
cnss_wlfw_bdf_dnld_send_sync(plat_priv, CNSS_BDF_HDS);