diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_main.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 1d424428079f..998debe8023b 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
@@ -6311,7 +6311,7 @@ netdev_tx_t ixgbe_xmit_frame_ring(struct sk_buff *skb, struct net_device *netdev | |||
6311 | int count = 0; | 6311 | int count = 0; |
6312 | unsigned int f; | 6312 | unsigned int f; |
6313 | 6313 | ||
6314 | if (adapter->vlgrp && vlan_tx_tag_present(skb)) { | 6314 | if (vlan_tx_tag_present(skb)) { |
6315 | tx_flags |= vlan_tx_tag_get(skb); | 6315 | tx_flags |= vlan_tx_tag_get(skb); |
6316 | if (adapter->flags & IXGBE_FLAG_DCB_ENABLED) { | 6316 | if (adapter->flags & IXGBE_FLAG_DCB_ENABLED) { |
6317 | tx_flags &= ~IXGBE_TX_FLAGS_VLAN_PRIO_MASK; | 6317 | tx_flags &= ~IXGBE_TX_FLAGS_VLAN_PRIO_MASK; |