radio: add puncture-threshold for preamble puncturing - #120
Open
tanyasingh-ec wants to merge 1 commit into
Open
Conversation
tanyasingh-ec
force-pushed
the
staging-WIFI-15612-support-preamble-puncturing-schema-0721
branch
from
July 21, 2026 09:57
f507c64 to
24ff769
Compare
Add a new 'puncture-threshold' integer property (0-100, default 0) to the radio schema to control preamble puncturing during auto channel selection. A value of 0 disables puncturing so ACS will not puncture any channel. The renderer emits wireless.<phy>.ru_punct_acs_threshold via a new match_puncture_threshold() helper that enforces the supported conditions, falling back to 0 with a warning when: - the band is 2G or HaLow - the channel is not in 'auto' mode - the channel-width is below 80MHz - the channel-mode is not EHT Fixes: WIFI-15612 Signed-off-by: Tanya Singh <tanya_singh@accton.com>
tanyasingh-ec
force-pushed
the
staging-WIFI-15612-support-preamble-puncturing-schema-0721
branch
from
July 22, 2026 01:28
24ff769 to
167232a
Compare
venkatchimata
approved these changes
Jul 29, 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 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.
Add a new 'puncture-threshold' integer property (0-100, default 0) to the radio schema to control preamble puncturing during auto channel selection. A value of 0 disables puncturing so ACS will not puncture any channel.
The renderer emits
wireless.<phy>.ru_punct_acs_thresholdvia a newmatch_puncture_threshold()helper that enforces the supported conditions, falling back to 0 with a warning when:Schema validation test: https://telecominfraproject.atlassian.net/browse/WIFI-15612?focusedCommentId=62968
Fixes: WIFI-15612