From: Sergei Shtylylov Date: Wed, 22 Mar 2006 06:53:52 +0000 (-0800) Subject: [PATCH] AMD Au1xx0: fix Ethernet TX stats X-Git-Tag: v2.6.17-rc1~1118^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2d3d4b938d1a8df4fd4db73427009dfb9e8b225;p=pandora-kernel.git [PATCH] AMD Au1xx0: fix Ethernet TX stats With Au1xx0 Ethernet driver, TX bytes/packets always remain zero. The problem seems to be that when packet has been transmitted, the length word in DMA buffer is zero. The patch updates the TX stats when a buffer is fed to DMA. The initial 2.4 patch was posted to linux-mips@linux-mips.org by Thomas Lange 21 Jan 2005. Signed-off-by: Thomas Lange Signed-off-by: Sergei Shtylyov Cc: Jordan Crouse Cc: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed