init.qcom.post_boot.sh: Setting rps mask value to 10 for 8939
Enabled rps with the mask value of 10 during the time of initialization. CRs-fixed: 707518 Change-Id: If2155646c291f4996f0e9037b627cb1f1836714b
This commit is contained in:
parent
e4af51c42a
commit
ff1462d2a1
|
@ -351,6 +351,7 @@ case "$target" in
|
|||
;;
|
||||
"239" | "241" )
|
||||
echo 0 > /sys/module/lpm_levels/parameters/sleep_disabled
|
||||
echo 10 > /sys/class/net/rmnet0/queues/rx-0/rps_cpus
|
||||
;;
|
||||
"233")
|
||||
echo 0 > /sys/module/lpm_levels/parameters/sleep_disabled
|
||||
|
|
Loading…
Reference in New Issue