diff options
| author | Jongrak Kwon <jongrak.kwon@lge.com> | 2015-10-02 13:52:54 -0700 |
|---|---|---|
| committer | Paul Keith <javelinanddart@gmail.com> | 2018-09-03 22:01:04 +0200 |
| commit | b4f9c68d1d61f9de61f6e31f77a4b9d6ea23b98c (patch) | |
| tree | 491222cf70a1e1a0d48e1437685f7553ed4f0183 | |
| parent | d527195a592d8c6e0f30ccf0ef362bc1752cec68 (diff) | |
ether: enable checksum offload and receive packet steering
Bug: 23556386
Change-Id: Ia8adb569b7899be99e3ee7452dcb1b2a73683925
| -rw-r--r-- | wifi/WCNSS_qcom_cfg.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 6e04ff5..6d1700e 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -97,7 +97,7 @@ hostArpOffload=1 #Flag to enable TCPChkSumOffld feature or not -gEnableTCPChkSumOffld=0 +gEnableTCPChkSumOffld=1 #Flag to enable HostNSOffload feature or not @@ -105,7 +105,7 @@ hostNSOffload=1 #Flag to enable IPChkSumOffld feature or not -gEnableIPChecksumOffload=0 +gEnableIPChecksumOffload=1 #SoftAP Related Parameters @@ -519,7 +519,7 @@ isP2pDeviceAddrAdministrated=1 # 0: no rx thread, no RPS, for MDM # 1: RX thread # 2: RPS -rxhandle=1 +rxhandle=2 # Set Thermal Power limit TxPower2g=13 |
