Skip to content

Commit 05a4302

Browse files
Removed ConfigureDeepSleep call from wifisleepmanager.cpp
1 parent 252139d commit 05a4302

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/platform/silabs/wifi/icd/WifiSleepManager.cpp

-13
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,6 @@ CHIP_ERROR ConfigureDTIMBasedSleep()
6262
return CHIP_NO_ERROR;
6363
}
6464

65-
/**
66-
* @brief Configures the Wi-Fi chip to go Deep Sleep.
67-
* Function doesn't change the state of the broadcast filter.
68-
*
69-
* @return CHIP_ERROR CHIP_NO_ERROR if the configuration of the Wi-Fi chip was successful; otherwise CHIP_ERROR_INTERNAL
70-
*/
71-
CHIP_ERROR ConfigureDeepSleep()
72-
{
73-
VerifyOrReturnError(ConfigurePowerSave(RSI_SLEEP_MODE_8, DEEP_SLEEP_WITH_RAM_RETENTION, 0) == SL_STATUS_OK, CHIP_ERROR_INTERNAL,
74-
ChipLogError(DeviceLayer, "Failed to set Wi-FI configuration to DeepSleep."));
75-
return CHIP_NO_ERROR;
76-
}
77-
7865
/**
7966
* @brief Configures the Wi-Fi chip to go to High Performance.
8067
* Function doesn't change the broad cast filter configuration.

0 commit comments

Comments
 (0)