Skip to content

Commit 859caae

Browse files
tokangasrlubos
authored andcommitted
treewide: Do not disable IPv6 support unintentionally
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]>
1 parent 994ff1c commit 859caae

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

applications/asset_tracker_v2/overlay-nrf7002ek-wifi-scan-only.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ CONFIG_NET_STATISTICS_WIFI=y
5252
CONFIG_NET_STATISTICS_USER_API=y
5353
CONFIG_NET_CONTEXT_SYNC_RECV=y
5454

55-
# Disable unused networking options
56-
CONFIG_NET_IPV6=n
57-
5855
# Memory configurations
5956
CONFIG_NET_BUF_RX_COUNT=1
6057
CONFIG_NET_BUF_TX_COUNT=1

samples/cellular/location/boards/thingy91x_nrf9151_ns.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ CONFIG_NET_STATISTICS_WIFI=y
4444
CONFIG_NET_STATISTICS_USER_API=y
4545
CONFIG_NET_CONTEXT_SYNC_RECV=y
4646

47-
# Disable unused networking options
48-
CONFIG_NET_IPV6=n
49-
5047
# Memory configurations
5148
CONFIG_NET_BUF_RX_COUNT=1
5249
CONFIG_NET_BUF_TX_COUNT=1

samples/cellular/location/overlay-nrf700x-wifi-scan-only.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ CONFIG_NET_STATISTICS_WIFI=y
4444
CONFIG_NET_STATISTICS_USER_API=y
4545
CONFIG_NET_CONTEXT_SYNC_RECV=y
4646

47-
# Disable unused networking options
48-
CONFIG_NET_IPV6=n
49-
5047
# Memory configurations
5148
CONFIG_NET_BUF_RX_COUNT=1
5249
CONFIG_NET_BUF_TX_COUNT=1

0 commit comments

Comments
 (0)