We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e8f73 commit a3c11bdCopy full SHA for a3c11bd
src/transport/raw/WiFiPAF.cpp
@@ -59,7 +59,6 @@ CHIP_ERROR WiFiPAFBase::Init(const WiFiPAFListenParameters & param)
59
if (!DeviceLayer::ConnectivityMgrImpl().IsWiFiManagementStarted())
60
{
61
ChipLogError(Inet, "Wi-Fi Management taking too long to start - device configuration will be reset.");
62
- return CHIP_ERROR_INTERNAL;
63
}
64
ChipLogProgress(NotSpecified, "Wi-Fi Management is started");
65
0 commit comments