diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/phy/dp83640.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/dp83640.c b/drivers/net/phy/dp83640.c index 547725fa8671..3f882eea6e1d 100644 --- a/drivers/net/phy/dp83640.c +++ b/drivers/net/phy/dp83640.c | |||
@@ -1281,6 +1281,7 @@ static void dp83640_txtstamp(struct phy_device *phydev, | |||
1281 | } | 1281 | } |
1282 | /* fall through */ | 1282 | /* fall through */ |
1283 | case HWTSTAMP_TX_ON: | 1283 | case HWTSTAMP_TX_ON: |
1284 | skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; | ||
1284 | skb_queue_tail(&dp83640->tx_queue, skb); | 1285 | skb_queue_tail(&dp83640->tx_queue, skb); |
1285 | schedule_work(&dp83640->ts_work); | 1286 | schedule_work(&dp83640->ts_work); |
1286 | break; | 1287 | break; |