Эх сурвалжийг харах

qcacmn: Deprecate INI item enable_dynamic_pcie_gen_speed_switch

INI item enable_dynamic_pcie_gen_speed_switch is no longer needed
and hence deprecate it.

Change-Id: I4d00c761fd21353bdd880a9c93f2faf4fc174264
CRs-Fixed: 3068091
Rajeev Kumar 3 жил өмнө
parent
commit
d1e7fb4279

+ 1 - 5
wmi/src/wmi_unified_tlv.c

@@ -1,5 +1,6 @@
 /*
  * 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
  * 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_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)
 		WMI_RSRC_CFG_HOST_SERVICE_FLAG_STA_TWT_SYNC_EVT_SUPPORT_SET(
 			resource_cfg->host_service_flags, 1);