Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133845
b: refs/heads/master
c: c405b82
h: refs/heads/master
i:
  133843: 3763f57
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Jan 21, 2009
1 parent 9faa0f0 commit f2cabb2
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: 288379f050284087578b77e04f040b57db3db3f8
refs/heads/master: c405b828161286729b6a5a729159114dca122923
4 changes: 2 additions & 2 deletions trunk/drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ static void e1000_receive_skb(struct e1000_adapter *adapter,
skb->protocol = eth_type_trans(skb, netdev);

if (adapter->vlgrp && (status & E1000_RXD_STAT_VP))
vlan_hwaccel_receive_skb(skb, adapter->vlgrp,
le16_to_cpu(vlan));
vlan_gro_receive(&adapter->napi, adapter->vlgrp,
le16_to_cpu(vlan), skb);
else
napi_gro_receive(&adapter->napi, skb);
}
Expand Down

0 comments on commit f2cabb2

Please sign in to comment.