-
Notifications
You must be signed in to change notification settings - Fork 342
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
wifi: mt76: mt7915: disable VHT CAP SUPP CHAN WIDTH 160Mhz for mt7986 #761
base: master
Are you sure you want to change the base?
Conversation
https://forum.openwrt.org/t/802-11ax-worse-than-802-11ac-with-mt76-driver/126466/374
|
I updated the commit so that IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160MHZ is only set on MT7916, could use testing. |
As hnyman pointed out in my similar pull request for mt7915 (RT3200 router) you should amend the forum link in the comment and commit to: For reference my pull request #768 |
Fixes buggy 802.11ax on the Redmi AX6000 when connecting to some clients. Partially reverts https://patchwork.kernel.org/project/linux-wireless/patch/20230301163739.52314-1-nbd@nbd.name/ Forum thread https://forum.openwrt.org/t/802-11ax-worse-than-802-11ac-with-mt76-driver/126466 Signed-off-by: Bryan Roessler <bryanroessler@gmail.com>
So any news about this? I think we have to solve this problem before 23.05 landing, and it is at RC1 now. |
This applies patches from openwrt/mt76#761 and openwrt/mt76#768 that disable 160MHz operation on mt7915 and mt7986. This addresses an issue in which the throughput drops dramatically with just a few meters distance from AP, especially with Apple devices. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This applies patches from openwrt/mt76#761 and openwrt/mt76#768 that disable 160MHz operation on mt7915 and mt7986. This addresses an issue in which the throughput drops dramatically with just a few meters distance from AP, especially with Apple devices. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This applies patches from openwrt/mt76#761 and openwrt/mt76#768 that disable 160MHz operation on mt7915 and mt7986. This addresses an issue in which the throughput drops dramatically with just a few meters distance from AP, especially with Apple devices. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Fixes buggy 802.11ax on the Redmi AX6000 when connecting to some clients.
Partially reverts https://patchwork.kernel.org/project/linux-wireless/patch/20230301163739.52314-1-nbd@nbd.name/
Forum thread https://forum.openwrt.org/t/802-11ax-worse-than-802-11ac-with-mt76-driver/126466