skge: NAPI/irq race fix
authorStephen Hemminger <shemminger@osdl.org>
Wed, 22 Feb 2006 18:28:33 +0000 (10:28 -0800)
committerFrancois Romieu <romieu@fr.zoreil.com>
Thu, 23 Feb 2006 22:07:07 +0000 (23:07 +0100)
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 <shemminger@osdl.org>

No differences found