NilsRo
September 2, 2022, 6:20pm
1
Hi,
I found in iwinfo that there is a VHT80+80 mode supported. What its behind it as I did not find it in Luci it should uncommon to set...
Cheers,
Nils
OpenWrt 21.02.3
Here’s a 22.03 patch
You needed to modify the patch more than that, like i said the code around it has changed and it needs to match the new way of doing things.
--- a/lib/netifd/wireless/mac80211.sh
+++ b/lib/netifd/wireless/mac80211.sh
@@ -69,6 +69,7 @@ drv_mac80211_init_device_config() {
short_gi_40 \
max_amsdu \
dsss_cck_40
+ config_add_string channel2
}
drv_mac80211_init_iface_config() {
@@ -137,7 +138,7 @@ mac80211_hostapd_setup_base() {
[ -n "$acs_exclude_dfs" ] && [ "$acs_exclude_dfs" -gt 0 …
Here’s a 21.02 patch
I think the following belongs in this thread, if not I can split it elsewhere. This may be of interest to some users.
Enabling VHT80P80 on the R7800.
Apply the following patch (note that this patch is handwritten from my own notes, so may not apply cleanly. i'm still formalising a patch to incorporate into my build environment):
--- a/lib/netifd/wireless/mac80211.sh
+++ b/lib/netifd/wireless/mac80211.sh
@@ -49,6 +49,7 @@ drv_mac80211_init_device_config() {
short_gi_40 \
max_amsdu \
d…
There’s is no luci support. Config on command line only.
For more info, search “VHT80P80”
1 Like
NilsRo
September 4, 2022, 9:22am
3
VHT80P80 seems not work well, can get devices only to work with 20Mhz then. Looks like a similar issue reported in one of the posts...so will use VHT80...
system
Closed
September 14, 2022, 9:22am
4
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.