Skip to content

Commit 00a3eed

Browse files
chirag-silabsratgr
authored andcommitted
[Silabs] [WiFi] Not allowing the DUT to go to sleep during commissioning (project-chip#37658)
* not allowing the DUT to go to sleep during commissioning * removed the added code
1 parent 787d563 commit 00a3eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class WifiSleepManager
5959
mIsCommissioningInProgress = true;
6060

6161
// TODO: Remove High Performance Req during commissioning when sleep issues are resolved
62-
// WifiSleepManager::GetInstance().RequestHighPerformance();
62+
WifiSleepManager::GetInstance().RequestHighPerformance();
6363
}
6464

6565
inline void HandleCommissioningSessionStopped()

0 commit comments

Comments
 (0)