From 87de1ab6553cb9a4bdbae39621962d7f487d1788 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Mon, 27 Jun 2022 22:48:59 +0300 Subject: [PATCH] main: disable probe steering by default As probe steering only makes sense in specific deployments, it should be disabled by default. Update the example config to reflect this change. Signed-off-by: Stijn Tintel Acked-by: David Bauer --- main.c | 2 +- openwrt/usteer/files/etc/config/usteer | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 03a5d74..99aa6ad 100644 --- a/main.c +++ b/main.c @@ -104,7 +104,7 @@ void usteer_init_defaults(void) config.link_measurement_interval = 30000; - config.probe_steering = 1; + config.probe_steering = 0; config.roam_kick_delay = 10000; config.roam_process_timeout = 5 * 1000; diff --git a/openwrt/usteer/files/etc/config/usteer b/openwrt/usteer/files/etc/config/usteer index 9c28f3d..f53c338 100644 --- a/openwrt/usteer/files/etc/config/usteer +++ b/openwrt/usteer/files/etc/config/usteer @@ -57,7 +57,7 @@ config usteer #option assoc_steering 0 # Allow ignoring probe requests for steering purposes (0/1) - #option probe_steering 1 + #option probe_steering 0 # Minimum signal-to-noise ratio or signal level (dBm) to allow connections #option min_connect_snr 0