Skip to content

Commit 2a1b754

Browse files
muahmed-silabskartben
authored andcommitted
drivers: wifi: siwx91x: Enable roaming by default
Set the default value for WIFI_SILABS_SIWX91X_ENABLE_ROAMING to y in Kconfig.siwx91x Signed-off-by: Muzaffar Ahmed <muzaffar.ahmed@silabs.com>
1 parent d6e106b commit 2a1b754

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/wifi/siwx91x/Kconfig.siwx91x

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ config WIFI_SILABS_SIWX91X_LIMIT_PACKET_BUF_PER_STA
5555

5656
config WIFI_SILABS_SIWX91X_ENABLE_ROAMING
5757
bool "WiFi roaming support"
58+
default y
5859
help
5960
Enable this option to configure roaming parameters.
6061
Roaming will be enabled automatically when the
@@ -72,7 +73,7 @@ config WIFI_SILABS_SIWX91X_ROAMING_USE_DEAUTH
7273
config WIFI_SILABS_SIWX91X_ROAMING_TRIGGER_LEVEL
7374
int "Default value of roam trigger level (in dBm)"
7475
default -70
75-
range -10 -100
76+
range -100 -10
7677
depends on WIFI_SILABS_SIWX91X_ENABLE_ROAMING
7778
help
7879
Sets the default roam trigger level. Higher values trigger

0 commit comments

Comments
 (0)