Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 792dd90f authored by David S. Miller's avatar David S. Miller
Browse files

[NIU]: Missing ->last_rx update.



Noticed by Paul Lodridge.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 406f353c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
}