diff --git a/components/pmo/dispatcher/inc/wlan_pmo_common_cfg.h b/components/pmo/dispatcher/inc/wlan_pmo_common_cfg.h index bdbc6570b2..d3aaa310dd 100644 --- a/components/pmo/dispatcher/inc/wlan_pmo_common_cfg.h +++ b/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") /*