Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224963
b: refs/heads/master
c: 91d4576
h: refs/heads/master
i:
  224961: 478fdb2
  224959: 3dd1b3e
v: v3
  • Loading branch information
Frank Blaschka authored and David S. Miller committed Dec 10, 2010
1 parent 30e296b commit 75ed517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f154b79cd7db221240ab6e8e4d844d3a3f10b04c
refs/heads/master: 91d4576bfe87980b1b86305c29912d96b96ce98e
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/qeth_l3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3115,7 +3115,7 @@ static int qeth_l3_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
skb_pull(new_skb, ETH_HLEN);
}

if (ipv == 6 && card->vlangrp &&
if (ipv != 4 && card->vlangrp &&
vlan_tx_tag_present(new_skb)) {
skb_push(new_skb, VLAN_HLEN);
skb_copy_to_linear_data(new_skb, new_skb->data + 4, 4);
Expand Down

0 comments on commit 75ed517

Please sign in to comment.