mirror of
https://github.com/espressif/openthread.git
synced 2026-09-15 21:50:08 +00:00
remove unnecessary ChildUpdateRequest() (#376)
This commit is contained in:
@@ -2382,16 +2382,6 @@ void Mle::HandleNetworkDataUpdate(void)
|
||||
{
|
||||
mMleRouter.HandleNetworkDataUpdateRouter();
|
||||
}
|
||||
|
||||
switch (mDeviceState)
|
||||
{
|
||||
case kDeviceStateChild:
|
||||
SendChildUpdateRequest();
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Mle
|
||||
|
||||
Reference in New Issue
Block a user