From 78a12031e13d6cf4fa781a0ff82a97260714cd43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Sun, 6 May 2018 20:27:37 +0200 Subject: [PATCH] unifiac: Change 5Ghz channel to 48 108 is a DFS channel which is annoying and probably broken. For 80Mhz bandwidth you have to specify the upper channel apparently so 48-36 should be fine. --- .../files/common/its/etc/uci-defaults/50-config-from-mac | 2 +- access-points/files/ubnt-unifiac-lite/etc/config/wireless | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/access-points/files/common/its/etc/uci-defaults/50-config-from-mac b/access-points/files/common/its/etc/uci-defaults/50-config-from-mac index 3ce4bd1..3acd954 100755 --- a/access-points/files/common/its/etc/uci-defaults/50-config-from-mac +++ b/access-points/files/common/its/etc/uci-defaults/50-config-from-mac @@ -15,7 +15,7 @@ elif [ "$mac" = 60:e3:27:ed:86:9a ]; then channel_11g=11 elif [ "$mac" = 78:8a:20:82:d6:bd ]; then hostname=cz-ap2 - channel_11a=108 + channel_11a=48 htmode_11a=VHT80 elif [ "$mac" = 60:e3:27:ed:9b:b0 ]; then hostname=lz-ap0 diff --git a/access-points/files/ubnt-unifiac-lite/etc/config/wireless b/access-points/files/ubnt-unifiac-lite/etc/config/wireless index ad180de..b238b8d 100644 --- a/access-points/files/ubnt-unifiac-lite/etc/config/wireless +++ b/access-points/files/ubnt-unifiac-lite/etc/config/wireless @@ -5,7 +5,7 @@ config wifi-device 'radio0' option path 'pci0000:00/0000:00:00.0' option htmode 'VHT80' option disabled '1' - option channel '108' + option channel '48' option country 'AT' config wifi-iface 'default_radio0'