Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104896
b: refs/heads/master
c: 2b4ff11
h: refs/heads/master
v: v3
  • Loading branch information
frank.blaschka@de.ibm.com authored and Jeff Garzik committed Jul 22, 2008
1 parent 2ea4198 commit 54d4d87
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: 217d5a51953143046cf2972eebdefe2b2db05718
refs/heads/master: 2b4ff112a0b3fe90de561a77f2e66000c028ca54
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 @@ -2651,7 +2651,7 @@ static int qeth_l3_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
tag = (u16 *)(new_skb->data + 12);
*tag = __constant_htons(ETH_P_8021Q);
*(tag + 1) = htons(vlan_tx_tag_get(new_skb));
VLAN_TX_SKB_CB(new_skb)->magic = 0;
new_skb->vlan_tci = 0;
}
}

Expand Down

0 comments on commit 54d4d87

Please sign in to comment.