Skip to content

Commit

Permalink
Google Address resolution fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sharad-patil24 committed Aug 21, 2023
1 parent 71e7802 commit 8f86900
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 520 deletions.
8 changes: 0 additions & 8 deletions examples/platform/silabs/SiWx917/SiWx917/sl_wifi_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,14 +603,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
Loading

0 comments on commit 8f86900

Please sign in to comment.