提交 792dd90f 编写于 作者: D David S. Miller

[NIU]: Missing ->last_rx update.

Noticed by Paul Lodridge.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 406f353c
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册