[openwrt/openwrt] mac80211: add missing config for third 160MHz width for 5GHz radio
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 8 13:28:09 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/3122bb60adf85a81dc875893f998f583a0fd1c74
commit 3122bb60adf85a81dc875893f998f583a0fd1c74
Author: Paweł Owoc <frut3k7 at gmail.com>
AuthorDate: Mon Mar 18 21:53:51 2024 +0100
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 at gmail.com>
(cherry picked from commit a91b79fd04d58e711273d08e0b1246942b2eec98)
Link: https://github.com/openwrt/openwrt/pull/15899
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
index bfeeae42f9..7d5cc6b38b 100644
--- a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
+++ b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
@@ -266,6 +266,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
More information about the lede-commits
mailing list