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

Commit 3cb7a798 authored by françois romieu's avatar françois romieu Committed by David S. Miller
Browse files

via-velocity : update receive packets statistics.

parent f3f70bf6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2092,6 +2092,7 @@ static int velocity_receive_frame(struct velocity_info *vptr, int idx)
	netif_rx(skb);

	stats->rx_bytes += pkt_len;
	stats->rx_packets++;

	return 0;
}