summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CORE/HDD/src/wlan_hdd_main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/CORE/HDD/src/wlan_hdd_main.c b/CORE/HDD/src/wlan_hdd_main.c
index 117acb451402..02ed2533a5d0 100644
--- a/CORE/HDD/src/wlan_hdd_main.c
+++ b/CORE/HDD/src/wlan_hdd_main.c
@@ -15380,6 +15380,10 @@ void hdd_cnss_request_bus_bandwidth(hdd_context_t *pHddCtx,
"%s: TCP DELACK trigger level %d, average_rx: %llu",
__func__, next_rx_level, temp_rx);
pHddCtx->cur_rx_level = next_rx_level;
+#ifdef QCA_SUPPORT_TXRX_DRIVER_TCP_DEL_ACK
+ if (pHddCtx->cfg_ini->del_ack_enable)
+ next_rx_level = WLAN_SVC_TP_LOW;
+#endif
wlan_hdd_send_svc_nlink_msg(pHddCtx->radio_index,
WLAN_SVC_WLAN_TP_IND,
&next_rx_level,