Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[spinel] remove
mIsCoprocessorReady
flag check (#10144)
- If we check in between SendReset() and WaitResponse(), mIsCoprocessorReady may become true before waitResponse() and if loop becomes false even successfully reset done. - mIsCoprocessorReady is already checked before sendReset() to avoid resetting in case of Mulipan architecture. There is no need to check in between sendReset() and waitResponse(). - Removed mIsCoprocessorReady from if loop check between sendReset() and waitResponse(). Signed-off-by: Ashishkumar Vara <[email protected]>
- Loading branch information