diff options
author | Srinivas Girigowda <sgirigow@codeaurora.org> | 2016-11-16 12:44:06 -0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-11-24 19:41:01 +0100 |
commit | 05f3debc722f14613811acd82a5c81a24f3aea32 (patch) | |
tree | 2aa3054d3f543c06a2d212a4569ca8f97a9a650b | |
parent | 850bc2fe5c505fcb21d029e835dff4e0f0eb9d66 (diff) |
msm8996-common: Set gInformBssRssiRaw to 0
When FW sends the Mgmt Rx event message to host, the raw rssi
field is wrongly getting updated with an RSSI that is accounted
twice for RSSI offset if enabled in BDF.
Set gInformBssRssiRaw to 0 to pick the raw rssi
from the Rx Descriptor populated by HW & avoid double calculation.
CRs-Fixed: 1084457
Change-Id: I615f9fbb8b9849025fff865c8886edd9e73f938b
Bug: 31781264
Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rwxr-xr-x | wifi/WCNSS_qcom_cfg.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 1c55a0e..a18d3d3 100755 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -327,6 +327,8 @@ gEnableDFSChnlScan=1 # 0: DISABLE, 1: ENABLED_NORMAL, 2: ENABLED_ACTIVE gAllowDFSChannelRoam=1 +gInformBssRssiRaw=0 + gVhtChannelWidth=2 |