RDKBWIFI-349: Easymesh - Enable MLO for all backhaul VAPs#409
Draft
rakhilpe wants to merge 1 commit intordkcentral:developfrom
Draft
RDKBWIFI-349: Easymesh - Enable MLO for all backhaul VAPs#409rakhilpe wants to merge 1 commit intordkcentral:developfrom
rakhilpe wants to merge 1 commit intordkcentral:developfrom
Conversation
Reason for change: Added mld1 interface for enabling backhaul MLO. Test Procedure: Ensure BE mode enabled for backhaul vaps and extender connections works in MLO. Risks: Medium Priority: P1 Signed-off-by: Rakhil P E <rakhilpe001@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR enables Multi-Link Operation (MLO) for all backhaul Virtual Access Points (VAPs) in the Easymesh configuration by introducing the mld1 interface. The changes ensure that backhaul connections can utilize MLO capabilities with BE (Wi-Fi 7) mode enabled.
Changes:
- Added mld1 interface configuration to InterfaceMap_em.json for all backhaul VAPs (wifi0.1, wifi1.1, wifi2.1)
- Updated both controller and extender pre-start scripts to create and configure the mld1 interface with appropriate MAC addresses
- Refactored MAC address calculation logic with clearer variable naming to support both mld0 and mld1 interfaces
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| meta-rdk-mtk-bpir4/recipes-ccsp/hal/files/InterfaceMap_em.json | Added MldName "mld1" property to all mesh_backhaul VAPs (2G, 5G, 6G) |
| meta-rdk-mtk-bpir4/recipes-ccsp/ccsp/files/onewifi_pre_start_em_ext.sh | Created mld1 interface and configured its MAC address (wifi2_mac + 2); improved variable naming for mld0 configuration |
| meta-rdk-mtk-bpir4/recipes-ccsp/ccsp/files/onewifi_pre_start_em_ctrl.sh | Identical changes to em_ext.sh for controller configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
RDKBWIFI-349: Easymesh - Enable MLO for all backhaul VAPs
Reason for change: Added mld1 interface for enabling backhaul MLO.
Test Procedure: Ensure BE mode enabled for backhaul vaps and extender connections works in MLO.
Risks: Medium
Priority: P1