diff options
author | Erik Kline <ek@google.com> | 2017-08-30 17:41:29 +0900 |
---|---|---|
committer | Erik Kline <ek@google.com> | 2017-08-30 19:29:27 +0900 |
commit | ad6a7dd8951a24414e7b3c2a6ed74cc54d07cfe3 (patch) | |
tree | 9ad5fc8431ff0c54846211657c2c57c6b2bc3214 | |
parent | eb2016654e9d373287de43a9b81a983a8bfabfb5 (diff) | |
download | device_google_taimen-ad6a7dd8951a24414e7b3c2a6ed74cc54d07cfe3.tar.gz device_google_taimen-ad6a7dd8951a24414e7b3c2a6ed74cc54d07cfe3.tar.bz2 device_google_taimen-ad6a7dd8951a24414e7b3c2a6ed74cc54d07cfe3.zip |
enable IPA offload config for WLAN
Test: as follows
- built
- flashed
- booted
- decidedly did not blow up on device
2017-08-30T18:15:35.160 - [OffloadHardwareInterface] getForwardedStats(rmnet_data0) -> rx:1444450 tx:48330
Bug: 34361337
Change-Id: I3d931fedd1a64c774356be94d15569b0939e27a7
-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 57d76f2..eb53cb9 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=0 +gIPAConfig=0x3d gIPADescSize=800 # Enable/Disable RX full reorder offload |