-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luci: luci in 24-rc2 always config back VHT20 to HT20 #7464
Comments
Looks like 802.11ac is defined here: for 5GHz only @systemcrash any idea? |
I saw something about 11.a on the mailing list yesterday and today which could be related. http://lists.openwrt.org/pipermail/openwrt-devel/2024-December/043510.html |
In any case, I don't think this has anything to do with luci. If it did, you'd see it in the queued changes before applying. @lessload has not provided any such information, so I suspect this is in a lower layer (uci or wireless system). |
come to think of it, I guess VHT20 is not allowed on 2.4 GHz... |
VHT is defined in IEEE 802.11ac-2013 which only encompasses the 5 GHz band, the 2,4 GHz specification in 802.11ac is inherited from IEEE_802.11n-2009 which specified it's channels as HT. The question is therefore moot since it isn't a valid configuration anyway. |
See #12904. |
Is there an existing issue for this?
screenshots or captures
No response
Actual behaviour
when make an change to GL-A1300 wifi
luci always set config back to
uci set wireless.radio0.htmode='HT20'
Expected behaviour
it should set to
uci set wireless.radio0.htmode='VHT20'
or HT20 if needSteps to reproduce
Additional Information
What browsers do you see the problem on?
Firefox
Relevant log output
No response
The text was updated successfully, but these errors were encountered: