-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wireless: T6425: Fixing VHT beamforming for 802.11ac #3576
Conversation
The smoketest I debugged this by making the test write away the generated configuration files just before the failing Debugging
Manual run of
@c-po Do you have an idea how to fix this random failing? |
See Slack conversation |
Commit 9e22ab6 ("wireless: T6318: move country-code to a system wide configuration") removed the per wifi interface setting for a country-code. This commit adjust the smoketests to the new design.
👍 |
@Mergifyio backport circinus sagitta |
✅ Backports have been created
|
…#3849) * wireless: T6425: Fix broken VHT beamforming (cherry picked from commit f75f0f9) * wireless: T6425: Add smoketests for VHT beamforming (cherry picked from commit 578fbe0) * wireless: T6425: adjust to latest country-code changes Commit 9e22ab6 ("wireless: T6318: move country-code to a system wide configuration") removed the per wifi interface setting for a country-code. This commit adjust the smoketests to the new design. (cherry picked from commit 312273c) --------- Co-authored-by: Alain Lamar <alain_lamar@yahoo.de> Co-authored-by: Christian Breunig <christian@breunig.cc>
Change Summary
Types of changes
Related Task(s)
Related PR(s)
Component(s) name
wireless
Proposed changes
This bugfix addresses errors in the
data/templates/wifi/hostapd.conf.j2
template file which prevented correct generation of/run/hostapd/wlanX.conf
when VHT beamforming was configured. There was also no smoketest yet to detect such an error. Two tests have been added to this PR to check for correct generation of/run/hostapd/wlanX.conf
when VHT beamforming is configured.How to test
wlanX
using the config below.mac80211_hwsim
, prepare to see an error because simulated WiFi NICs do not support VHT beamforming./run/hostapd/wlanX.conf
vht_capab=[MAX-MPDU-11454][MAX-A-MPDU-LEN-EXP-3][MU-BEAMFORMER][SU-BEAMFORMEE][SU-BEAMFORMER][BF-ANTENNA-2][SOUNDING-DIMENSION-2]
./usr/libexec/vyos/tests/smoke/cli/test_interfaces_wireless.py
.show interfaces wireless wlanX
:Smoketest result
Checklist: