From 2e37ffff56eab7a052126152014de3ca95e7303f Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 6 Jul 2020 20:06:52 +0200 Subject: [PATCH] docs: wlan-configuration: document outdoor mode behavior (#2075) 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!