diff options
Diffstat (limited to 'net/dsa/slave.c')
| -rw-r--r-- | net/dsa/slave.c | 8 | 
1 files changed, 3 insertions, 5 deletions
diff --git a/net/dsa/slave.c b/net/dsa/slave.c index fe7b6a62e8f1..8157be7e162d 100644 --- a/net/dsa/slave.c +++ b/net/dsa/slave.c @@ -1,11 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-or-later  /*   * net/dsa/slave.c - Slave device handling   * Copyright (c) 2008-2009 Marvell Semiconductor - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version.   */  #include <linux/list.h> @@ -463,6 +459,8 @@ static netdev_tx_t dsa_slave_xmit(struct sk_buff *skb, struct net_device *dev)  	s->tx_bytes += skb->len;  	u64_stats_update_end(&s->syncp); +	DSA_SKB_CB(skb)->deferred_xmit = false; +  	/* Identify PTP protocol packets, clone them, and pass them to the  	 * switch driver  	 */  |