From ef33232368043467dfde13149035f4ac7a158171 Mon Sep 17 00:00:00 2001 From: Jongrak Kwon Date: Fri, 2 Oct 2015 13:52:54 -0700 Subject: WLAN: MSM8992: enable checksum offload and receive packet steering Bug: 23556386 Change-Id: Ia8adb569b7899be99e3ee7452dcb1b2a73683925 --- wifi/WCNSS_qcom_cfg.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index e0bc0f7..83fe6c3 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -93,7 +93,7 @@ hostArpOffload=1 #Flag to enable TCPChkSumOffld feature or not -gEnableTCPChkSumOffld=0 +gEnableTCPChkSumOffld=1 #Flag to enable HostNSOffload feature or not @@ -101,7 +101,7 @@ hostNSOffload=1 #Flag to enable IPChkSumOffld feature or not -gEnableIPChecksumOffload=0 +gEnableIPChecksumOffload=1 #SoftAP Related Parameters @@ -508,7 +508,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=10 -- cgit v1.2.3