commit | edb9bf119d274f0f89dd03f391721f03dabc1900 | [log] [tgz] |
---|---|---|
author | Purushottam Kushwaha <quic_pkushwah@quicinc.com> | Tue Jun 01 20:03:57 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 01 20:03:57 2021 +0000 |
tree | 0b7bcff89e279d5b0b39f3668d96dbe6d8a26e0b | |
parent | cdee209b47170ea1d439be62c81f355e86b7f637 [diff] | |
parent | 33dcaa5b0d43a759945e68e3f4dc30ce0753da9a [diff] |
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
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"