From: Alexander Duyck Date: Wed, 25 Mar 2009 21:59:04 +0000 (+0000) Subject: e1000: cleanup clean_tx_irq routine so that it completely cleans ring X-Git-Tag: v2.6.30-rc1~662^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccfb342c5cd584f0f3e682280f7152310edf0e39;p=pandora-kernel.git e1000: cleanup clean_tx_irq routine so that it completely cleans ring The tx cleanup routine was stopping after 64 packets and this was causing issues resulting in the ring not being completely cleaned. This change updates the driver to clean the entire ring and if it doesn't it then will retry on the next pass. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed