diff options
author | Bhargav Shah <bhargv@codeaurora.org> | 2016-05-20 09:24:51 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-11-24 19:41:01 +0100 |
commit | 23e86ef66d07d043485f6170eef447fa0cbb06b6 (patch) | |
tree | 5f809439e2d415b72002f1b176392f167bfb6286 | |
parent | 286c4a345f33392a521550e63de654f02fd76cac (diff) |
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 <qkrwngud825@gmail.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rwxr-xr-x | wifi/WCNSS_qcom_cfg.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 |