diff options
| -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 |
