Skip to content
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

Open
1 task done
lessload opened this issue Dec 10, 2024 · 6 comments
Open
1 task done

luci: luci in 24-rc2 always config back VHT20 to HT20 #7464

lessload opened this issue Dec 10, 2024 · 6 comments

Comments

@lessload
Copy link

lessload commented Dec 10, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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 need

Steps to reproduce

  1. edit wireless config
  2. save
  3. luci auto set 2g to HT20

Additional Information

NAME="OpenWrt"
VERSION="24.10.0-rc2"
ID="openwrt"
ID_LIKE="lede openwrt"
PRETTY_NAME="OpenWrt 24.10.0-rc2"
VERSION_ID="24.10.0-rc2"
HOME_URL="https://openwrt.org/"
BUG_URL="https://bugs.openwrt.org/"
SUPPORT_URL="https://forum.openwrt.org/"
BUILD_ID="r28161-ea17e958b9"
OPENWRT_BOARD="ipq40xx/generic"
OPENWRT_ARCH="arm_cortex-a7_neon-vfpv4"
OPENWRT_TAINTS=""
OPENWRT_DEVICE_MANUFACTURER="OpenWrt"
OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/"
OPENWRT_DEVICE_PRODUCT="Generic"
OPENWRT_DEVICE_REVISION="v0"
OPENWRT_RELEASE="OpenWrt 24.10.0-rc2 r28161-ea17e958b9"

What browsers do you see the problem on?

Firefox

Relevant log output

No response

@Ramon00
Copy link
Contributor

Ramon00 commented Dec 11, 2024

Looks like 802.11ac is defined here: for 5GHz only
Not sure why that is actually.

@systemcrash any idea?

@systemcrash
Copy link
Contributor

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

@systemcrash
Copy link
Contributor

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).

@Ramon00
Copy link
Contributor

Ramon00 commented Dec 12, 2024

come to think of it, I guess VHT20 is not allowed on 2.4 GHz...

@dannil
Copy link
Contributor

dannil commented Dec 12, 2024

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.

@raenye
Copy link
Contributor

raenye commented Dec 14, 2024

See #12904.
(if ipq40xx uses ath10k as the 2.4 wifi driver, it is supported by this PR)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants