]> git.baikalelectronics.ru Git - kernel.git/commit
forcedeth: remove unneeded stats updates
authordavid decotigny <david.decotigny@google.com>
Sat, 5 Nov 2011 14:38:22 +0000 (14:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2011 18:31:24 +0000 (13:31 -0500)
commit850d56e0eafb7eda69b9cfa65e80ffd9105c69c5
tree9083050ec1f348c3f210172e337fcafb3b736678
parent9b548454afca1183eda93c9017fddec6c872f84a
forcedeth: remove unneeded stats updates

Function ndo_get_stats() updates most of the stats from hardware
registers, making the manual updates un-needed. This change removes
these manual updates. Main exception is rx_missed_errors which needs
manual update.

Another exception is rx_packets, still updated manually in this commit
to make sure this patch doesn't change behavior of driver. This will
be addressed by a future patch.

Signed-off-by: David Decotigny <david.decotigny@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/nvidia/forcedeth.c