diff options
Diffstat (limited to 'drivers/net/s2io.c')
-rw-r--r-- | drivers/net/s2io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c index c70ad515383a..ecc25aab896a 100644 --- a/drivers/net/s2io.c +++ b/drivers/net/s2io.c | |||
@@ -4101,7 +4101,7 @@ static netdev_tx_t s2io_xmit(struct sk_buff *skb, struct net_device *dev) | |||
4101 | } | 4101 | } |
4102 | 4102 | ||
4103 | queue = 0; | 4103 | queue = 0; |
4104 | if (sp->vlgrp && vlan_tx_tag_present(skb)) | 4104 | if (vlan_tx_tag_present(skb)) |
4105 | vlan_tag = vlan_tx_tag_get(skb); | 4105 | vlan_tag = vlan_tx_tag_get(skb); |
4106 | if (sp->config.tx_steering_type == TX_DEFAULT_STEERING) { | 4106 | if (sp->config.tx_steering_type == TX_DEFAULT_STEERING) { |
4107 | if (skb->protocol == htons(ETH_P_IP)) { | 4107 | if (skb->protocol == htons(ETH_P_IP)) { |