From: Stephen Hemminger Date: Wed, 22 Feb 2006 18:28:33 +0000 (-0800) Subject: skge: NAPI/irq race fix X-Git-Tag: v2.6.16-rc5~53^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9cdab869ec343ccc601484fb535813e16c25f70;p=pandora-kernel.git skge: NAPI/irq race fix Fix a race in the receive NAPI, irq handling. The interrupt clear and the start need to be separated. Otherwise there is a window between the last frame received and the NAPI done level handling. Signed-off-by: Stephen Hemminger --- Reading git-diff-tree failed