HIDL: set he_oper_chwidth=1 to allow 80Mhz bandwidth.
For targets where CONFIG_IEEE80211AX is enabled, 80/160/80+80
bandwidth is decided based on he_oper_chwidth. This commit is to
enable 80MHz by default.
Bug: 189297518
Test: Manual - Turn on Hotspot and check BW settings in logs
Change-Id: If76030681e71014f9df073e9c28ec43a6d6a75b2
Signed-off-by: Purushottam Kushwaha <quic_pkushwah@quicinc.com>
diff --git a/hostapd/hidl/1.3/hostapd.cpp b/hostapd/hidl/1.3/hostapd.cpp
index 3b2e4c9..6add761 100644
--- a/hostapd/hidl/1.3/hostapd.cpp
+++ b/hostapd/hidl/1.3/hostapd.cpp
@@ -464,6 +464,7 @@
if (iface_params.V1_2.hwModeParams.enable80211AX && !is_60Ghz_used) {
he_params_as_string = StringPrintf(
"ieee80211ax=1\n"
+ "he_oper_chwidth=1\n"
"he_su_beamformer=%d\n"
"he_su_beamformee=%d\n"
"he_mu_beamformer=%d\n"