diff --git a/roles/network/templates/network/iiab-hotspot-off b/roles/network/templates/network/iiab-hotspot-off index 14f790d3a..5ceef7f18 100755 --- a/roles/network/templates/network/iiab-hotspot-off +++ b/roles/network/templates/network/iiab-hotspot-off @@ -9,7 +9,7 @@ systemctl restart dhcpcd systemctl restart networking # Temporary promiscuous-mode workaround for RPi's WiFi "10SEC disease" -# Set wlan0 to promiscuous when needed as gateway (i.e. AP's OFF) +# Set wlan0 to promiscuous when AP's OFF (for possible WiFi gateway) # SEE ALSO iiab-hotspot-on + /usr/libexec/iiab-startup.sh # https://github.com/iiab/iiab/issues/638#issuecomment-355455454 if grep -qi raspbian /etc/*release; then