Skip to content

Commit

Permalink
Adds fix for 917NCP and rs9116 power cycle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-srishylam committed Aug 24, 2023
1 parent 89626d4 commit 239abf7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/platform/silabs/efr32/rs911x/rsi_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,14 +628,6 @@ void wfx_rsi_task(void * arg)
hasNotifiedIPV4 = false;
}
#endif /* CHIP_DEVICE_CONFIG_ENABLE_IPV4 */
/*
* Checks if the IPv6 event has been notified, if not invoke the nd6_tmr,
* which starts the duplicate address detectation.
*/
if (!hasNotifiedIPV6)
{
nd6_tmr();
}
/*
* Checks if the assigned IPv6 address is preferred by evaluating
* the first block of IPv6 address ( block 0)
Expand Down

0 comments on commit 239abf7

Please sign in to comment.