From 23e86ef66d07d043485f6170eef447fa0cbb06b6 Mon Sep 17 00:00:00 2001 From: Bhargav Shah Date: Fri, 20 May 2016 09:24:51 +0530 Subject: msm8996-common: wifi: enable RX thread to receive packet In present code, RPS is enabled in RX path which is causing inconsistency in TCP DL throughtput case. Enabling Rx thread Which is providing consistency in throughtput with minimal power impect. CRs-Fixed: 1018382 Change-Id: Ieac0fec9399375b723c0f350639f861bdbc143a2 This somehow didn't make into the UM branch, reapply it. Signed-off-by: Park Ju Hyung Signed-off-by: Davide Garberi --- wifi/WCNSS_qcom_cfg.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wifi') diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 2085578..246b0c7 100755 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -495,7 +495,7 @@ isP2pDeviceAddrAdministrated=1 # 0: no rx thread, no RPS, for MDM # 1: RX thread # 2: RPS -rxhandle=2 +rxhandle=1 # Set RPS CPU MAP as 0xe for the 4 RX queues # This allows use of CPU1-CPU3 but not CPU0 for 4 RX queues -- cgit v1.2.3