Browse Source

qcacld-3.0: Enable SAP/GO D3 WoW feature by default

Enable SAP and GO D3 WoW feature by default since these features
are controlled by FW WMI service capability as well and hence for
older FW which does not support SAP/Go D3 WoW there is no impact.

Change-Id: I13597c2ee790270b295101252c4548d7c1c93f29
CRs-Fixed: 3199070
Rajeev Kumar 2 years ago
parent
commit
c5190e4605
1 changed files with 5 additions and 5 deletions
  1. 5 5
      components/pmo/dispatcher/inc/wlan_pmo_common_cfg.h

+ 5 - 5
components/pmo/dispatcher/inc/wlan_pmo_common_cfg.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-2022 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
@@ -478,7 +478,7 @@
  * platform system suspend for SAP with one or more clients connected
  * @Min: 0
  * @Max: 1
- * @Default: 0
+ * @Default: 1
  *
  * This ini is used to PCIe bus suspend as part of platform system suspend for
  * SAP with one or more clients connected
@@ -498,7 +498,7 @@
  */
 #define CFG_ENABLE_BUS_SUSPEND_IN_SAP_MODE CFG_INI_BOOL( \
 		"enable_bus_suspend_in_sap_mode", \
-		0, \
+		1, \
 		"This ini is used to enable bus suspend in SAP mode")
 
 /*
@@ -507,7 +507,7 @@
  * platform system suspend for P2PGO with one or more clients connected
  * @Min: 0
  * @Max: 1
- * @Default: 0
+ * @Default: 1
  *
  * This ini is used to PCIe bus suspend as part of platform system suspend for
  * P2PGO with one or more clients connected
@@ -527,7 +527,7 @@
  */
 #define CFG_ENABLE_BUS_SUSPEND_IN_GO_MODE CFG_INI_BOOL( \
 		"enable_bus_suspend_in_go_mode", \
-		0, \
+		1, \
 		"This ini is used to enable bus suspend in P2PGO mode")
 
 /*