Skip to content

Commit

Permalink
treewide: Do not disable IPv6 support unintentionally
Browse files Browse the repository at this point in the history
CONFIG_NET_IPV6 was disabled when enabling Wi-Fi scanning support.
This option not only affects the native IP stack, but also IPv6
support for example in libraries, so it should remain enabled.

Signed-off-by: Tommi Kangas <[email protected]>
  • Loading branch information
tokangas authored and rlubos committed Feb 12, 2025
1 parent 994ff1c commit 859caae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ CONFIG_NET_STATISTICS_WIFI=y
CONFIG_NET_STATISTICS_USER_API=y
CONFIG_NET_CONTEXT_SYNC_RECV=y

# Disable unused networking options
CONFIG_NET_IPV6=n

# Memory configurations
CONFIG_NET_BUF_RX_COUNT=1
CONFIG_NET_BUF_TX_COUNT=1
Expand Down
3 changes: 0 additions & 3 deletions samples/cellular/location/boards/thingy91x_nrf9151_ns.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ CONFIG_NET_STATISTICS_WIFI=y
CONFIG_NET_STATISTICS_USER_API=y
CONFIG_NET_CONTEXT_SYNC_RECV=y

# Disable unused networking options
CONFIG_NET_IPV6=n

# Memory configurations
CONFIG_NET_BUF_RX_COUNT=1
CONFIG_NET_BUF_TX_COUNT=1
Expand Down
3 changes: 0 additions & 3 deletions samples/cellular/location/overlay-nrf700x-wifi-scan-only.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ CONFIG_NET_STATISTICS_WIFI=y
CONFIG_NET_STATISTICS_USER_API=y
CONFIG_NET_CONTEXT_SYNC_RECV=y

# Disable unused networking options
CONFIG_NET_IPV6=n

# Memory configurations
CONFIG_NET_BUF_RX_COUNT=1
CONFIG_NET_BUF_TX_COUNT=1
Expand Down

0 comments on commit 859caae

Please sign in to comment.