Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75314
b: refs/heads/master
c: 792dd90
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jan 9, 2008
1 parent 49064e2 commit 39aea5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 406f353c857e4b2dbddb7cd20c67941d829b8b15
refs/heads/master: 792dd90f114a48c210c566f3642b26f699702cb7
2 changes: 2 additions & 0 deletions trunk/drivers/net/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2241,6 +2241,8 @@ static int niu_process_rx_pkt(struct niu *np, struct rx_ring_info *rp)
skb->protocol = eth_type_trans(skb, np->dev);
netif_receive_skb(skb);

np->dev->last_rx = jiffies;

return num_rcr;
}

Expand Down

0 comments on commit 39aea5f

Please sign in to comment.