mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-02-01 07:33:15 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user