qcacmn: Set SAP and P2P GO D3 wow host WMI resource config
Set SAP and P2P GO D3 wow host WMI resource config such that FW is aware of host capability and can allocate memory for sufficient remote peers. Change-Id: I05499f98bd6bc080a9aefb302be12873bf19ac35 CRs-Fixed: 2869055
This commit is contained in:
@@ -7443,6 +7443,13 @@ void wmi_copy_resource_config(wmi_resource_config *resource_cfg,
|
||||
|
||||
WMI_RSRC_CFG_FLAG_VIDEO_OVER_WIFI_ENABLE_SET(
|
||||
resource_cfg->flag1, tgt_res_cfg->carrier_vow_optimization);
|
||||
|
||||
if (tgt_res_cfg->is_sap_connected_d3wow_enabled)
|
||||
WMI_RSRC_CFG_FLAGS2_IS_SAP_CONNECTED_D3WOW_ENABLED_SET(
|
||||
resource_cfg->flags2, 1);
|
||||
if (tgt_res_cfg->is_go_connected_d3wow_enabled)
|
||||
WMI_RSRC_CFG_FLAGS2_IS_GO_CONNECTED_D3WOW_ENABLED_SET(
|
||||
resource_cfg->flags2, 1);
|
||||
}
|
||||
|
||||
/* copy_hw_mode_id_in_init_cmd() - Helper routine to copy hw_mode in init cmd
|
||||
|
Reference in New Issue
Block a user