File tree 1 file changed +3
-3
lines changed
src/platform/silabs/wifi/icd
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ namespace {
35
35
*/
36
36
CHIP_ERROR ConfigureLIBasedSleep ()
37
37
{
38
- ReturnLogErrorOnFailure (ConfigureBroadcastFilter (true ));
38
+ ReturnLogErrorOnFailure (WifiInterface::GetInstance (). ConfigureBroadcastFilter (true ));
39
39
40
40
// Allowing the device to go to sleep must be the last actions to avoid configuration failures.
41
- ReturnLogErrorOnFailure (ConfigurePowerSave (RSI_SLEEP_MODE_2, ASSOCIATED_POWER_SAVE,
42
- chip::ICDConfigurationData::GetInstance ().GetSlowPollingInterval ().count ()));
41
+ ReturnLogErrorOnFailure (WifiInterface::GetInstance (). ConfigurePowerSave (
42
+ RSI_SLEEP_MODE_2, ASSOCIATED_POWER_SAVE, chip::ICDConfigurationData::GetInstance ().GetSlowPollingInterval ().count ()));
43
43
44
44
return CHIP_NO_ERROR;
45
45
}
You can’t perform that action at this time.
0 commit comments