sky2: reboot fix
authorStephen Hemminger <shemminger@linux-foundation.org>
Sun, 14 Oct 2007 20:25:22 +0000 (13:25 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 14 Oct 2007 23:46:44 +0000 (16:46 -0700)
commit5c0d6b34d6ee11ff979cbdac9a59b47a74cb9f43
tree8e7068459852029148be16ea237acdb4815caa34
parent4fa435018d740cb83d74c92306aa1f796da91ddd
sky2: reboot fix

The call to napi_disable() in the PCI shutdown handler is problematic,
and is aggravated by the new NAPI.
Also, make sure watchdog timer doesn't go off.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/sky2.c