Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143448
b: refs/heads/master
c: 1db9e29
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Apr 13, 2009
1 parent 845b186 commit 3bc57f8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 03a980d162eb48a79ce21d47f45b9ec7d9db20e9
refs/heads/master: 1db9e29bb0ff3c9366e8a50fb09ca8dbc364bfd6
4 changes: 3 additions & 1 deletion trunk/net/8021q/vlan_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@ int vlan_gro_frags(struct napi_struct *napi, struct vlan_group *grp,
if (!skb)
return NET_RX_DROP;

if (netpoll_rx_on(skb))
if (netpoll_rx_on(skb)) {
skb->protocol = eth_type_trans(skb, skb->dev);
return vlan_hwaccel_receive_skb(skb, grp, vlan_tci);
}

return napi_frags_finish(napi, skb,
vlan_gro_common(napi, grp, vlan_tci, skb));
Expand Down

0 comments on commit 3bc57f8

Please sign in to comment.