qcacmn: Add pci gen switch in wmi resource config
Add a pci gen switch flag in the wmi resource config to send to FW in the init command. Change-Id: If3a50d80103387a8f1f77ecb43a16c7b41ce5a11 CRs-Fixed: 2865866
This commit is contained in:

committed by
snandini

parent
4427314322
commit
96f3c808f1
@@ -7320,6 +7320,9 @@ void wmi_copy_resource_config(wmi_resource_config *resource_cfg,
|
||||
resource_cfg->flag1, 1);
|
||||
if (tgt_res_cfg->cce_disable)
|
||||
WMI_RSRC_CFG_FLAG_TCL_CCE_DISABLE_SET(resource_cfg->flag1, 1);
|
||||
if (tgt_res_cfg->enable_pci_gen)
|
||||
WMI_RSRC_CFG_FLAG_PCIE_GEN_SWITCH_CAPABLITY_SET(
|
||||
resource_cfg->flag1, 1);
|
||||
if (tgt_res_cfg->eapol_minrate_set) {
|
||||
WMI_RSRC_CFG_FLAG_EAPOL_REKEY_MINRATE_SUPPORT_ENABLE_SET(
|
||||
resource_cfg->flag1, 1);
|
||||
|
Reference in New Issue
Block a user