summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Owoc2024-03-18 20:53:51 +0000
committerHauke Mehrtens2024-03-23 15:57:24 +0000
commita91b79fd04d58e711273d08e0b1246942b2eec98 (patch)
tree2ab63d41f1789f542897bf6f0590caae3076ec43
parentf403824a6fde7c06c7ea7af5a81b0971fce714a1 (diff)
downloadopenwrt-a91b79fd04d58e711273d08e0b1246942b2eec98.tar.gz
mac80211: add missing config for third 160MHz width for 5GHz radio
Without this configuration it is not possible to run the radio using HE160 on channels 149-177. Fixes: #14906 Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
-rwxr-xr-xpackage/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh b/package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh
index 55df71ee3d..bc59c303b9 100755
--- a/package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh
+++ b/package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh
@@ -273,6 +273,7 @@ mac80211_hostapd_setup_base() {
case "$channel" in
36|40|44|48|52|56|60|64) idx=50;;
100|104|108|112|116|120|124|128) idx=114;;
+ 149|153|157|161|165|169|173|177) idx=163;;
esac
fi
enable_ac=1