Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171575
b: refs/heads/master
c: b93ab83
h: refs/heads/master
i:
  171573: 7912b37
  171571: e801d7f
  171567: 24821eb
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Nov 16, 2009
1 parent 7409e33 commit 3e1a230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c5d5d1721763842a516529e553433d13b11c3f31
refs/heads/master: b93ab837a2d3eb394082c9eae4ee0a4f83060027
4 changes: 2 additions & 2 deletions trunk/net/8021q/vlan_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ int __vlan_hwaccel_rx(struct sk_buff *skb, struct vlan_group *grp,
if (skb_bond_should_drop(skb))
goto drop;

skb->vlan_tci = vlan_tci;
__vlan_hwaccel_put_tag(skb, vlan_tci);
skb->dev = vlan_group_get_device(grp, vlan_tci & VLAN_VID_MASK);

if (!skb->dev)
Expand Down Expand Up @@ -83,7 +83,7 @@ vlan_gro_common(struct napi_struct *napi, struct vlan_group *grp,
if (skb_bond_should_drop(skb))
goto drop;

skb->vlan_tci = vlan_tci;
__vlan_hwaccel_put_tag(skb, vlan_tci);
skb->dev = vlan_group_get_device(grp, vlan_tci & VLAN_VID_MASK);

if (!skb->dev)
Expand Down

0 comments on commit 3e1a230

Please sign in to comment.