]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sky2: fix for NAPI with dual port boards
authorStephen Hemminger <shemminger@linux-foundation.org>
Thu, 22 Feb 2007 20:07:11 +0000 (21:07 +0100)
committerAdrian Bunk <bunk@stusta.de>
Thu, 22 Feb 2007 20:07:11 +0000 (21:07 +0100)
commit189b9a3bc90ecb79eb82ed4450db177aed7d292d
treeb863ea118ebe00681a682280911d48be34a55696
parent65c35f6af648308f2a2d31b2dccacc7b3aeb640f
sky2: fix for NAPI with dual port boards

This driver uses port 0 to handle receives on both ports. So
the netif_poll_disable call in dev_close would end up stopping the
second port on dual port cards.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/net/sky2.c