|
@@ -7443,6 +7443,13 @@ void wmi_copy_resource_config(wmi_resource_config *resource_cfg,
|
|
|
|
|
|
WMI_RSRC_CFG_FLAG_VIDEO_OVER_WIFI_ENABLE_SET(
|
|
WMI_RSRC_CFG_FLAG_VIDEO_OVER_WIFI_ENABLE_SET(
|
|
resource_cfg->flag1, tgt_res_cfg->carrier_vow_optimization);
|
|
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
|
|
/* copy_hw_mode_id_in_init_cmd() - Helper routine to copy hw_mode in init cmd
|