diff options
| author | Ecco Park <eccopark@google.com> | 2017-08-14 16:26:18 -0700 |
|---|---|---|
| committer | Ecco Park <eccopark@google.com> | 2017-08-15 01:10:36 +0000 |
| commit | eee8af57be9746666dc434adbc3afdc53b3b164a (patch) | |
| tree | c75fb9e8edbfa693331790f1e13517dd749598bf | |
| parent | 5c5ff1b6086e2dd2036f68f94b59a4a417b3caf2 (diff) | |
walleye-wifi: disable TSO
Bug: 64039324
Test:
In the last 1 hour:
- Walleye: running speedtests (BT off)
- Taimen: running speedtests (BLE + BT on)
=> no disconnection for wifi.
Change-Id: Ie0686b36e0bb4d832264886e11aa502d62660a93
Signed-off-by: Ecco Park <eccopark@google.com>
| -rw-r--r-- | WCNSS_qcom_cfg.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini index 875b6c0..669595f 100644 --- a/WCNSS_qcom_cfg.ini +++ b/WCNSS_qcom_cfg.ini @@ -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 |
