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)
commita9cdab869ec343ccc601484fb535813e16c25f70
tree64d12d8befe316c1e7ef1254612b84acfc8024d4
parent61a4dcc2f9b5c6861e7198b80dd73dd6e9247b7b
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 <shemminger@osdl.org>
drivers/net/skge.c