[PATCH] sky2: NAPI suspend/resume of dual port cards
commit6a5706b99c98e3c974cf5b55324e4eed7f82e55a
authorStephen Hemminger <shemminger@osdl.org>
Wed, 12 Jul 2006 22:23:46 +0000 (12 15:23 -0700)
committerJeff Garzik <jeff@garzik.org>
Wed, 12 Jul 2006 22:39:21 +0000 (12 18:39 -0400)
tree259c1489196cfa91c2a1e5416421d30f6a8d2a07
parent59139528c8e7880eee437e81647ade1b36af0d41
[PATCH] sky2: NAPI suspend/resume of dual port cards

The changes to handle suspend/resume didn't handle the case where
a dual port card has the first port down, but the second is running.
In this driver, all NAPI polling is done on the primary port.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sky2.c