main: disable probe steering by default
authorStijn Tintel <stijn@linux-ipv6.be>
Mon, 27 Jun 2022 19:48:59 +0000 (22:48 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Tue, 28 Jun 2022 00:27:20 +0000 (03:27 +0300)
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 <stijn@linux-ipv6.be>
Acked-by: David Bauer <mail@david-bauer.net>
main.c
openwrt/usteer/files/etc/config/usteer

diff --git a/main.c b/main.c
index 03a5d74f7b040ef3f120ab305d02421ac9fbc913..99aa6ade7a3e1d8d1c5ee322a8607d9dca985ae8 100644 (file)
--- 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;
index 9c28f3d2105f963f3896befbfd966f985481f705..f53c33827a5f43fc3d1767ede68cf266d024f3c3 100644 (file)
@@ -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