diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c index 350efbd9d85b..01a983001ab4 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c @@ -4391,6 +4391,9 @@ static void stmmac_set_gso_features(struct net_device *ndev) const struct stmmac_dma_cfg *dma_cfg; int txpbl; + if (priv->dma_cap.tsoen) + dev_info(priv->device, "TSO supported\n"); + if (!(priv->plat->flags & STMMAC_FLAG_TSO_EN)) return; @@ -7463,9 +7466,6 @@ static int stmmac_hw_init(struct stmmac_priv *priv) devm_pm_set_wake_irq(priv->device, priv->wol_irq); } - if (priv->dma_cap.tsoen) - dev_info(priv->device, "TSO supported\n"); - if (priv->dma_cap.number_rx_queues && priv->plat->rx_queues_to_use > priv->dma_cap.number_rx_queues) { dev_warn(priv->device,