From 33dd16b4cfffb632e6314ffc3c8b99ce512182a9 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 5 Jul 2020 19:13:44 +0200 Subject: [PATCH] docs: wlan-configuration: document outdoor mode behavior Document the behavior of the Outdoor mode when preserve_channels is enabled. --- docs/features/wlan-configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/features/wlan-configuration.rst b/docs/features/wlan-configuration.rst index 3807b889..08528196 100644 --- a/docs/features/wlan-configuration.rst +++ b/docs/features/wlan-configuration.rst @@ -21,4 +21,6 @@ you can configure this via the uci section ``gluon-core.wireless``:: uci set gluon-core.@wireless[0].preserve_channels='1' +When channels should be preserved, toggling the outdoor mode will have no effect on the channel settings. +Therefore, the Outdoor mode settings won't be displayed in config mode. Keep in mind that nodes running wifi interfaces on custom channels can't mesh with default nodes anymore!