Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122719
b: refs/heads/master
c: 89c88b1
h: refs/heads/master
i:
  122717: 2e76a6d
  122715: 20d921e
  122711: e55a4b2
  122703: f7d2d14
  122687: d547593
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Dec 16, 2008
1 parent 27e5cf1 commit 8879f71
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: b240a0e5644eb817c4a397098a40e1ad42a615bc
refs/heads/master: 89c88b16f12e9df9ac39418638f267ec3b36a6c6
2 changes: 1 addition & 1 deletion trunk/drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static void e1000_receive_skb(struct e1000_adapter *adapter,
vlan_hwaccel_receive_skb(skb, adapter->vlgrp,
le16_to_cpu(vlan));
else
netif_receive_skb(skb);
napi_gro_receive(&adapter->napi, skb);
}

/**
Expand Down

0 comments on commit 8879f71

Please sign in to comment.