mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[GH-ISSUE #323] 160mhz vs mt7915 driver #152
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lts-rad on GitHub (May 9, 2024).
Original GitHub issue: https://github.com/spr-networks/super/issues/323
while fixing https://github.com/spr-networks/super/issues/315 it was uncovered that the kernel driver updates have seen a regression.
one last known good build is a clearfog with SPR version 0.3.3
still untangling the mediatek commits. it seems like the upstream mediatek people made some changes which nbd from openwrt pulled in.
this is not documented well, so working on it.
heres 1 change which has a potential fi x
https://github.com/openwrt/mt76/pull/761/files
heres another one. disabling 160mhz for VHT fixed 80mhz perf.
https://github.com/openwrt/mt76/pull/768
it seems like theres also a hostapd requirement
"
Please try latest OpenWrt master. In addition to removing the VHT160 capability, I also added a fix to hostapd for dealing with vht ext nss bw
"
@lts-rad commented on GitHub (May 14, 2024):
channel 100 is okay, with the current UI, as is. the wifi configuration needs to be updated to respect regulatory. confirmed 1.6gbps download and 1gbps upload with 2 spatial streams on the mt7916 w/ mt7915e driver on the PI5 + HAT.
@lts-rad commented on GitHub (May 17, 2024):
introduced a new call to check against regulatory along with ACS which fixes this. Although a new issue emerged where ACS is broken for mt76 usb devices.