diff options
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_main.c | 4 |
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 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; |
