From 05f3debc722f14613811acd82a5c81a24f3aea32 Mon Sep 17 00:00:00 2001 From: Srinivas Girigowda Date: Wed, 16 Nov 2016 12:44:06 -0800 Subject: 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 Signed-off-by: Alex Naidis Signed-off-by: Davide Garberi --- wifi/WCNSS_qcom_cfg.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wifi') 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 -- cgit v1.2.3