]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] epic100: fix counting of work_done in epic_poll
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 19 Oct 2005 01:31:01 +0000 (21:31 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 19 Oct 2005 02:26:01 +0000 (22:26 -0400)
commitb7b1d2021452d0a3562807b6a90dfa5124147a79
tree9c18a41353b2d40dfa844e955619e7d931ce853d
parent6ba98d311d0a4ff7dc36d8f435ce60174f4c30ec
[PATCH] epic100: fix counting of work_done in epic_poll

work_done is overwritten each time through the rx_action loop in
epic_poll.  This screws-up the NAPI accounting if the loop is executed
more than once.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/epic100.c