[PATCH] sky2: fix hotplug detect during poll
authorStephen Hemminger <shemminger@osdl.org>
Tue, 13 Jun 2006 08:17:29 +0000 (17:17 +0900)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 13 Jun 2006 20:16:41 +0000 (13:16 -0700)
commit26ec43f132d1cf282124a020b2bb5310496c9132
treedf15d8e8be20cde5f02db5546affb77fdd0cfbc4
parentf05267e7dee58741a4feb20d0351706ec64bb0b5
[PATCH] sky2: fix hotplug detect during poll

If the poll routine detects no hardware available, it needs to dequeue
it self from the network poll list. Linus didn't understand NAPI.

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