|
|
@@ -2880,8 +2880,7 @@ static netdev_tx_t stmmac_tso_xmit(struct sk_buff *skb, struct net_device *dev)
|
|
|
priv->xstats.tx_set_ic_bit++;
|
|
|
}
|
|
|
|
|
|
- if (!priv->hwts_tx_en)
|
|
|
- skb_tx_timestamp(skb);
|
|
|
+ skb_tx_timestamp(skb);
|
|
|
|
|
|
if (unlikely((skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) &&
|
|
|
priv->hwts_tx_en)) {
|
|
|
@@ -3084,8 +3083,7 @@ static netdev_tx_t stmmac_xmit(struct sk_buff *skb, struct net_device *dev)
|
|
|
priv->xstats.tx_set_ic_bit++;
|
|
|
}
|
|
|
|
|
|
- if (!priv->hwts_tx_en)
|
|
|
- skb_tx_timestamp(skb);
|
|
|
+ skb_tx_timestamp(skb);
|
|
|
|
|
|
/* Ready to fill the first descriptor and set the OWN bit w/o any
|
|
|
* problems because all the descriptors are actually ready to be
|