RDKBWIFI-399: EasyMesh [BPI-OpenWRT] - WiFi 7 Assoc Client Stats Missing#1018
Merged
narendradandu merged 2 commits intordkcentral:developfrom Apr 1, 2026
Merged
Conversation
Contributor
Author
|
Depends on rdkcentral/rdk-wifi-hal#644 |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds kernel/build-time adjustments for Banana Pi OpenWRT to address missing WiFi 7 associated client stats (larger get-station buffer) and to constrain BE/MLO-related config for kernel 5.4 via a kernel-specific interface map.
Changes:
- Add a kernel 5.4–specific
InterfaceMap.jsonvariant for Banana Pi. - Apply an additional kernel patch (
0002-get-station-increase-buffer-size.patch) in the kernel 6.6 OpenWRT setup flow. - Install-time override to use the kernel 5.4 interface map as
InterfaceMap.json.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| config/openwrt/banana-pi/InterfaceMap_kernel_5.4.json | New kernel-5.4-specific interface mapping JSON to be deployed as InterfaceMap.json. |
| build/openwrt/setup_MP4_2.sh | Applies the new kernel patch for increased station buffer size in the 6.6 setup script. |
| build/openwrt/Makefile_package | Copies the kernel-5.4 interface map into place as InterfaceMap.json during package install. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Reason for change: Added kernel patch to increase get station buffer size. Default 4K page size cannot accommodate STA info with multiple links. Also made change to make BE mode only for 5GHz private VAP for kernel 5.4 due to the limitations. Test Procedure: Ensure WiFi 7 Assoc Client stats are received for each client connection change. Ensure BE mode enabled only 5GHz private VAP for kernel 5.4 build. Risks: Medium Priority: P1 Signed-off-by: Rakhil P E <rakhilpe001@gmail.com>
c7a80f6 to
cc41a99
Compare
amarnathhullur
approved these changes
Apr 1, 2026
narendradandu
approved these changes
Apr 1, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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-399: EasyMesh [BPI-OpenWRT] - WiFi 7 Assoc Client Stats Missing
Reason for change: Added kernel patch to increase get station buffer size. Default 4K page size cannot accommodate STA info with multiple links. Also made change to make BE mode only for 5GHz private VAP for kernel 5.4 due to the limitations.
Test Procedure: Ensure WiFi 7 Assoc Client stats are received for each client connection change. Ensure BE mode enabled only 5GHz private VAP for kernel 5.4 build.
Risks: Medium
Priority: P1