wifi-scripts: ucode: use correct antenna count for SU beamformee#22511
Merged
openwrt-bot merged 1 commit intoopenwrt:mainfrom Mar 20, 2026
Merged
wifi-scripts: ucode: use correct antenna count for SU beamformee#22511openwrt-bot merged 1 commit intoopenwrt:mainfrom
openwrt-bot merged 1 commit intoopenwrt:mainfrom
Conversation
castiel652
approved these changes
Mar 20, 2026
Djfe
approved these changes
Mar 20, 2026
Member
|
@gingernut1978 maybe we need to also bump pkg release? |
Contributor
Author
|
@Ansuel not sure. All other recent modifications to the ucode wifi-scripts didn't bump the pkg release. Maybe they should have? |
The hostapd configuration for SU-BEAMFORMEE was incorrectly using the beamformer antenna count instead of the beamformee antenna count for the [BF-ANTENNA-N] capability string. Fix this by using config.beamformee_antennas instead. Signed-off-by: Andrew Sim <andrewsimz@gmail.com> Link: openwrt#22511 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
openwrt-bot
pushed a commit
that referenced
this pull request
Mar 20, 2026
The hostapd configuration for SU-BEAMFORMEE was incorrectly using the beamformer antenna count instead of the beamformee antenna count for the [BF-ANTENNA-N] capability string. Fix this by using config.beamformee_antennas instead. Signed-off-by: Andrew Sim <andrewsimz@gmail.com> Link: #22511 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit fc5aed2)
untilscour
pushed a commit
to untilscour/openwrt
that referenced
this pull request
Mar 20, 2026
The hostapd configuration for SU-BEAMFORMEE was incorrectly using the beamformer antenna count instead of the beamformee antenna count for the [BF-ANTENNA-N] capability string. Fix this by using config.beamformee_antennas instead. Signed-off-by: Andrew Sim <andrewsimz@gmail.com> Link: openwrt#22511 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit fc5aed2)
untilscour
pushed a commit
to untilscour/openwrt
that referenced
this pull request
Mar 20, 2026
The hostapd configuration for SU-BEAMFORMEE was incorrectly using the beamformer antenna count instead of the beamformee antenna count for the [BF-ANTENNA-N] capability string. Fix this by using config.beamformee_antennas instead. Signed-off-by: Andrew Sim <andrewsimz@gmail.com> Link: openwrt#22511 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit fc5aed2)
lukasz1992
pushed a commit
to lukasz1992/openwrt
that referenced
this pull request
Mar 21, 2026
The hostapd configuration for SU-BEAMFORMEE was incorrectly using the beamformer antenna count instead of the beamformee antenna count for the [BF-ANTENNA-N] capability string. Fix this by using config.beamformee_antennas instead. Signed-off-by: Andrew Sim <andrewsimz@gmail.com> Link: openwrt#22511 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit fc5aed2)
danpawlik
pushed a commit
to danpawlik/openwrt
that referenced
this pull request
Mar 25, 2026
The hostapd configuration for SU-BEAMFORMEE was incorrectly using the beamformer antenna count instead of the beamformee antenna count for the [BF-ANTENNA-N] capability string. Fix this by using config.beamformee_antennas instead. Signed-off-by: Andrew Sim <andrewsimz@gmail.com> Link: openwrt#22511 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
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.
Fix beamformee antenna count for the [BF-ANTENNA-N] capability string in hostapd.uc.