ethoc: enable interrupts after napi_complete
authorAdam Edvardsson <adam.edvardsson@orsoc.se>
Thu, 25 Nov 2010 02:30:27 +0000 (02:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Nov 2010 19:16:35 +0000 (11:16 -0800)
Occasionally, it seems that some race is causing the interrupts to not be
reenabled otherwise with the end result that networking just stops working.
Enabling interrupts after calling napi_complete is more in line with what
other drivers do.

Signed-off-by: Jonas Bonn <jonas@southpole.se>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found