mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
sm6150-common: wifi: Disable FW TWT
Firmware TWT feature is causing latency spikes, more noticeable on some select APs. Specifically, Qualcomm-based APs with QCN9024 prominently cause latency spikes exceeding multiple seconds frequently from many client generations, including kona, lahaina and waipio. Many vendors are disabling FW TWT by default, follow it and disable FW TWT for faster Wi-Fi experience. Note that this does not disable TWT altogether and the host software will be handling it instead. Change-Id: Ib8b1f93ea051e27626381268aab031b461183055 Signed-off-by: Juhyung Park <qkrwngud825@gmail.com> Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
committed by
therealmharc
parent
403af6b5ba
commit
ce40181bf4
@@ -634,7 +634,9 @@ bad_bssid_counter_thresh=7
|
|||||||
# allow this when STA was connected on the same indoor channel.
|
# allow this when STA was connected on the same indoor channel.
|
||||||
gindoor_channel_support=1
|
gindoor_channel_support=1
|
||||||
|
|
||||||
|
# AOSPA Edit: Disable FW TWT
|
||||||
|
twt_congestion_timeout=0
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
||||||
# Note: Configuration parser would not read anything past the END marker
|
# Note: Configuration parser would not read anything past the END marker
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user