batman-adv: backport bridged-in VLAN/TT-VID fixes (wifi-6 + wifi-7)#1104
Open
firasshaari wants to merge 1 commit into
Open
batman-adv: backport bridged-in VLAN/TT-VID fixes (wifi-6 + wifi-7)#1104firasshaari wants to merge 1 commit into
firasshaari wants to merge 1 commit into
Conversation
…wifi-7 Adds three upstream batman-adv patches to both feeds/qca-wifi-6 and feeds/qca-wifi-7 batman-adv packages: 0060 - add dynamic, bridged-in TT VID detection support 0061 - limit number of learned VLANs from bridge 0062 - avoid adding bridge VLAN IDs through ndo_* Original author: Linus Luessing <linus.luessing@c0d3.blue> Backported to v2022.1 by: Antonio Quartulli <antonio@mandelbit.com> Build-verified on yuncore_fap655 (QCA wifi-6 / batman-adv v2022.0) and yuncore_ax820 (MTK) against staging-for-v4.2.0-LTS. Patches apply cleanly to both v2022.0 (wifi-6) and v2023.1 (wifi-7) batman-adv. Signed-off-by: Firas Shaari <firas@80211networks.com>
8fceb40 to
9fd154c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backports three upstream batman-adv patches to both
feeds/qca-wifi-6andfeeds/qca-wifi-7batman-adv packages, fixing bridged-in VLAN handling for QCA targets on main:Original author: Linus Luessing linus.luessing@c0d3.blue
Backported to v2022.1 by: Antonio Quartulli antonio@mandelbit.com
Equivalent of #1100 (staging-for-v4.2.0-LTS) but targeting main with coverage for both wifi-6 and wifi-7 feeds.
Feeds affected
feeds/qca-wifi-6feeds/qca-wifi-7Note: MTK targets (e.g. AX820) use batman-adv from the
openwrt-routingfeed, which already carries v2024.3 — these patches are not needed there and are not included.Build verification
Signed-off-by: Firas Shaari firas@80211networks.com