Skip to content

Commit

Permalink
[spinel] fix reset behavior during rcp recovery.
Browse files Browse the repository at this point in the history
This change was also supposed to be in the previous commit.
Leave the normal behavior unchanged.  In multipan mode, don't
send a reset.
  • Loading branch information
mnp222 committed Mar 30, 2021
1 parent 941cbfb commit 9bc7f46
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/spinel/radio_spinel_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2238,11 +2238,6 @@ void RadioSpinel<InterfaceType, ProcessContextType>::RecoverFromRcpFailure(void)
if (mResetRadioOnStartup)
{
SuccessOrDie(SendReset());
SuccessOrDie(WaitResponse());
}
else
{
mIsReady = true;
}

SuccessOrDie(WaitResponse());
Expand Down

0 comments on commit 9bc7f46

Please sign in to comment.