diff options
| author | Ecco Park <eccopark@google.com> | 2017-08-09 11:27:19 -0700 |
|---|---|---|
| committer | Ecco Park <eccopark@google.com> | 2017-08-09 16:17:38 -0700 |
| commit | df91c918cc7a81f52b9364fb1a354f836f3e084d (patch) | |
| tree | 8615472995ebc5aace82c5afb19066a79bd81af0 | |
| parent | 8208b41d9ed50c130ddb8824aa97caa684763c52 (diff) | |
walleye-wifi: change the configuration for performance issues
1) Disable TSO(TCP Segmentation Offload) for BT Coex (b/64039324)
2) Disable IPA for Hotspot (b/63740353)
Bug: 64039324
Bug: 63740353
Change-Id: I6802012d52eb535a69cff93882b657b87b8d3b63
Signed-off-by: Ecco Park <eccopark@google.com>
| -rw-r--r-- | WCNSS_qcom_cfg.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini index 10b0032..669595f 100644 --- a/WCNSS_qcom_cfg.ini +++ b/WCNSS_qcom_cfg.ini @@ -199,7 +199,7 @@ gVhtTxMCS2x2=2 #bit5 IPA uC ENABLE #bit6 IPA uC STA ENABLE #bit8 IPA Real Time Debugging -gIPAConfig=0x7d +gIPAConfig=0 gIPADescSize=800 # Enable/Disable RX full reorder offload @@ -219,7 +219,7 @@ gEnableIpTcpUdpChecksumOffload=1 # Enable TCP Segmentation Offload # 1 - enable 0 - disable -TSOEnable=1 +TSOEnable=0 # Enable Large Recieve Offload # 1 - enable(default) 0 - disable |
