commit | e3d21ea1a119ec31673d94f26c68d922bbd3d211 | [log] [tgz] |
---|---|---|
author | Sabrina Dubroca <sd@queasysnail.net> | Sun Jan 12 18:50:40 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 14 17:18:06 2014 -0800 |
tree | a814cc5ea16154154aa421890759dd8567bab8bc | |
parent | fb3a42fc39bf4453dc6fab25bbbf6f0416936887 [diff] |
atl1: update statistics code As Ben Hutchings pointed out for the stats in alx, some hardware-specific stats aren't matched to the right net_device_stats field. Also fix the collision field and include errors in the total number of RX/TX packets. Add a rx_dropped field and use it where netdev->stats was modified directly out of the stats update function. Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Signed-off-by: David S. Miller <davem@davemloft.net>