aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPurushottam Kushwaha <quic_pkushwah@quicinc.com>2021-06-01 20:03:57 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-01 20:03:57 +0000
commitedb9bf119d274f0f89dd03f391721f03dabc1900 (patch)
tree0b7bcff89e279d5b0b39f3668d96dbe6d8a26e0b
parentcdee209b47170ea1d439be62c81f355e86b7f637 (diff)
parent33dcaa5b0d43a759945e68e3f4dc30ce0753da9a (diff)
downloadwpa_supplicant_8-edb9bf119d274f0f89dd03f391721f03dabc1900.tar.gz
HIDL: set he_oper_chwidth=1 to allow 80Mhz bandwidth. am: 33dcaa5b0d
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/wpa_supplicant_8/+/14735895 Change-Id: I1189cd2d660f7a6bba639b402e2855f88b09d122
-rw-r--r--hostapd/hidl/1.3/hostapd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/hostapd/hidl/1.3/hostapd.cpp b/hostapd/hidl/1.3/hostapd.cpp
index 3b2e4c91..6add761e 100644
--- a/hostapd/hidl/1.3/hostapd.cpp
+++ b/hostapd/hidl/1.3/hostapd.cpp
@@ -464,6 +464,7 @@ std::string CreateHostapdConfig(
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"