-
Notifications
You must be signed in to change notification settings - Fork 325
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
802.11s mesh is using 802.11b basic rates #3185
Comments
A fix for this undesired behavior was submitted upstream here: i suspect this might also fix airtime-related issues on MT79x6 based radios. At least this is one driver which sets the beacon-rate depending on the basic-rate and not the mcast-rate. Normally the beacon rate is determined by the rate for a frame with a non-unicast STA. This is the mcast-rate for drivers which do not implement their own handling. ath10k also accesses this field (and i might have seen such cases in the past if my memory is correct). Grep for This change brings two problems with itself. The specification states that the basic-rates of two partners (STA - STA / AP - STA) must match. This is not the case anymore if two mesh-participants "meet" each other on different revisions. As we fully control the software ecosystem, we can develop mitigations. I'm unsure in how to handle this situation:
Alternatively, a scheduled-domain-switch approach could be leveraged to switch after date X in software. |
side note: Could be interesting to know whether ath10k-ct accesses Don't we currently already have different revisions in the field? Depending on the wifi driver some chips probably avoid 802.11b already by choosing their rate based on mcast, don't they? And they still mesh with each other, right? Simply makes me wonder whether we actually require mitigation? Great work, thanks for finding a fix for the config. ❤️ though there are always cases where there are devices that don't receive an update out there. If we implement mitigations: how long do we want to carry them for? |
Bug report
What is the problem?
The 802.11s mesh VAP uses 802.11b data-rates for it's beacon-rate as well as it's basic rates.
All regular client VAPs are working fine.
What is the expected behaviour?
802.11s mesh VAP should use basic-rates equal to it's mcast-rate.
Beacon should not be sent using 802.11b
Gluon Version:
v2023.2
Site Configuration:
freifunk-darmstadt/site-ffda@3ea1e1a
Custom patches:
None
The text was updated successfully, but these errors were encountered: