From ce40181bf4104322ca5890b264d40a06455a797d Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Wed, 8 Jan 2025 23:54:17 +0530 Subject: [PATCH] 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 Signed-off-by: therealmharc --- configs/wifi/WCNSS_qcom_cfg.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/wifi/WCNSS_qcom_cfg.ini b/configs/wifi/WCNSS_qcom_cfg.ini index 624f548..1678154 100644 --- a/configs/wifi/WCNSS_qcom_cfg.ini +++ b/configs/wifi/WCNSS_qcom_cfg.ini @@ -634,7 +634,9 @@ bad_bssid_counter_thresh=7 # allow this when STA was connected on the same indoor channel. gindoor_channel_support=1 +# AOSPA Edit: Disable FW TWT +twt_congestion_timeout=0 + END # Note: Configuration parser would not read anything past the END marker -