From 4f27fbee69b891cd68eefd214cf83b6ae2bb5cd8 Mon Sep 17 00:00:00 2001 From: Bian Guolei Date: Mon, 12 Dec 2016 17:27:59 +0800 Subject: qcacld-2.0: Apply TxFlowLowWaterMark setting to IBSS mode Apply TxFlowLowWaterMark setting to IBSS mode to avoid TCP uplink throughput drop on the 4.1 kernel. Change-Id: I4d4fd4e62abee91db2b694a9a32ee52e36868651 CRs-Fixed: 1099487 --- CORE/HDD/src/wlan_hdd_main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CORE/HDD/src/wlan_hdd_main.c b/CORE/HDD/src/wlan_hdd_main.c index e0f3a0e0070d..bba3537a5fd4 100644 --- a/CORE/HDD/src/wlan_hdd_main.c +++ b/CORE/HDD/src/wlan_hdd_main.c @@ -12249,6 +12249,10 @@ void hdd_dump_concurrency_info(hdd_context_t *pHddCtx) } break; case WLAN_HDD_IBSS: +#ifdef QCA_LL_TX_FLOW_CT + pAdapter->tx_flow_low_watermark = + pHddCtx->cfg_ini->TxFlowLowWaterMark; +#endif return; /* skip printing station message below */ default: break; -- cgit v1.2.3