|
@@ -286,10 +286,12 @@ struct txrx_pdev_cfg_param_t {
|
|
|
bool enable_rxthread;
|
|
|
/* CE classification enabled through INI */
|
|
|
bool ce_classify_enabled;
|
|
|
+#if defined(QCA_LL_TX_FLOW_CONTROL_V2) || defined(QCA_LL_PDEV_TX_FLOW_CONTROL)
|
|
|
/* Threshold to stop queue in percentage */
|
|
|
uint32_t tx_flow_stop_queue_th;
|
|
|
/* Start queue offset in percentage */
|
|
|
uint32_t tx_flow_start_queue_offset;
|
|
|
+#endif
|
|
|
|
|
|
#ifdef QCA_SUPPORT_TXRX_DRIVER_TCP_DEL_ACK
|
|
|
/* enable the tcp delay ack feature in the driver */
|