diff --git a/sys/net/iflib.c b/sys/net/iflib.c index 539dcd37e578..11b5d6bed4b3 100644 --- a/sys/net/iflib.c +++ b/sys/net/iflib.c @@ -3582,7 +3582,6 @@ _task_fn_tx(void *context) */ if (abdicate) ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); - ifmp_ring_check_drainage(txq->ift_br, TX_BATCH_SIZE); if (ctx->ifc_flags & IFC_LEGACY) IFDI_INTR_ENABLE(ctx); else {