From: david decotigny Date: Sat, 5 Nov 2011 14:38:22 +0000 (+0000) Subject: forcedeth: remove unneeded stats updates X-Git-Tag: v3.2-rc1~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4687f3f364a1d5b2df815a8c58a763cab57724e8;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed