taimen-wifi: change the configuration for performance issues

1) Disable TSO(TCP Segmentation Offload) for BT Coex (b/64039324)
2) Disable IPA for Hotspot (b/63740353)

Bug: 64039324
Bug: 63740353

Change-Id: Iacdf52b3120b380eca1459966c819e1482389d7e
Signed-off-by: Ecco Park <eccopark@google.com>
This commit is contained in:
Ecco Park
2017-08-09 11:20:53 -07:00
parent c2d85f9087
commit f682d60908

View File

@@ -199,7 +199,7 @@ gVhtTxMCS2x2=2
#bit5 IPA uC ENABLE
#bit6 IPA uC STA ENABLE
#bit8 IPA Real Time Debugging
gIPAConfig=0x7d
gIPAConfig=0
gIPADescSize=800
# Enable/Disable RX full reorder offload
@@ -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