Skip to content

Commit 8ebcf7a

Browse files
Uncomment remove high performance req in configuration
1 parent a3e38b7 commit 8ebcf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/wifi/SiWx/WifiInterfaceImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ void WiseconnectWifiInterface::MatterWifiTask(void * arg)
490490
ChipLogError(DeviceLayer, "MatterWifiTask: SiWxPlatformInit failed: 0x%lx", static_cast<uint32_t>(status)));
491491

492492
// Remove High performance request after the device is initialized
493-
// chip::DeviceLayer::Silabs::WifiSleepManager::GetInstance().RemoveHighPerformanceRequest();
493+
chip::DeviceLayer::Silabs::WifiSleepManager::GetInstance().RemoveHighPerformanceRequest();
494494

495495
WifiInterfaceImpl::GetInstance().NotifyWifiTaskInitialized();
496496

0 commit comments

Comments
 (0)