Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment