|
@@ -1,5 +1,6 @@
|
|
/*
|
|
/*
|
|
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
|
|
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
|
|
|
|
+ * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -7733,11 +7734,6 @@ void wmi_copy_resource_config(wmi_resource_config *resource_cfg,
|
|
|
|
|
|
wmi_set_nan_channel_support(resource_cfg);
|
|
wmi_set_nan_channel_support(resource_cfg);
|
|
|
|
|
|
- wmi_info("Enable dynamic PCIe gen speed: %d",
|
|
|
|
- tgt_res_cfg->dynamic_pcie_gen_speed_change);
|
|
|
|
-
|
|
|
|
- WMI_RSRC_CFG_FLAGS2_IS_DYNAMIC_PCIE_GEN_SPEED_SWITCH_ENABLED_SET(resource_cfg->flags2, tgt_res_cfg->dynamic_pcie_gen_speed_change);
|
|
|
|
-
|
|
|
|
if (tgt_res_cfg->twt_ack_support_cap)
|
|
if (tgt_res_cfg->twt_ack_support_cap)
|
|
WMI_RSRC_CFG_HOST_SERVICE_FLAG_STA_TWT_SYNC_EVT_SUPPORT_SET(
|
|
WMI_RSRC_CFG_HOST_SERVICE_FLAG_STA_TWT_SYNC_EVT_SUPPORT_SET(
|
|
resource_cfg->host_service_flags, 1);
|
|
resource_cfg->host_service_flags, 1);
|