-
Notifications
You must be signed in to change notification settings - Fork 346
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
mt76: allow VHT rate on 2.4GHz #333
base: master
Are you sure you want to change the base?
Conversation
Is this ok with IEEE 802.11 standard ? |
@dengqf6 To make it working with mt7615e I had to add this patch in /mt7615/init.c
It's really dirt and probably it should be done elsewhere, but without this patch hostapd wouldn't bring up the AP |
this can work in a mt7620a wifi chip? |
definitely not |
Allow chips that support 11ac to use 256QAM on 2.4GHz Signed-off-by: DENG Qingfang <[email protected]>
@lukasz1992 actually what about these days? Edit: |
While this isn't covered by the specs, in practice this is used by quite some routers when using the vendor firmware. For the record, I'm using this successfully on ipq40xx (so ath10k), and I rebased the patches of the mentioned closed PR, see openwrt/openwrt#2522 (comment) |
To resolve the patch conflict, caused by a new 7th argument (
|
Signed-off-by: Thomas Rohloff <[email protected]>
Without this I get VHT on RX but not on TX. Giving speeds like this: RX: 96.3 Mbit/s, 20 MHz, VHT-MCS 9, VHT-NSS 1, Short GI So I think this should be implemented ASAP to give reasonable TX speeds. |
This alone isn't working, so WIP. Signed-off-by: Thomas Rohloff <[email protected]>
New patch: V10lator@21e62be |
Allow chips that support 11ac to use 256QAM on 2.4GHz
Ref: openwrt/openwrt#2522