qcacmn: Disable FW AST indication for WDS peer

Disable FW AST indication for WDS peer.

Change-Id: Ib2a34fe458841ae00c06be599d9620f4210e9148
CRs-Fixed: 3577688
Šī revīzija ir iekļauta:
Ripan Deuri
2023-08-01 22:26:49 +05:30
revīziju iesūtīja Rahul Choudhary
vecāks 0c9830a0c5
revīzija 9e376fe3d8

Parādīt failu

@@ -9550,6 +9550,12 @@ void wmi_copy_resource_config(wmi_resource_config *resource_cfg,
WMI_RSRC_CFG_FLAGS2_RF_PATH_MODE_SET(
resource_cfg->flags2, tgt_res_cfg->rf_path);
if (tgt_res_cfg->fw_ast_indication_disable) {
WMI_RSRC_CFG_FLAGS2_DISABLE_WDS_PEER_MAP_UNMAP_EVENT_SET
(resource_cfg->flags2,
tgt_res_cfg->fw_ast_indication_disable);
}
wmi_copy_latency_flowq_support(resource_cfg, tgt_res_cfg);
}