PS3: fix the bug that 'ifconfig down' would hang
authorMasakazu Mokuno <mokuno@sm.sony.co.jp>
Tue, 28 Aug 2007 04:18:15 +0000 (13:18 +0900)
committerJeff Garzik <jeff@garzik.org>
Fri, 31 Aug 2007 10:52:57 +0000 (06:52 -0400)
commit14cc0a2b733cc1129676d8e01558bab32b138d63
tree0fd5cf04a50748ac62da001165877ed2a0404568
parent0491d1f3fd93f838d8bfb75b12acfba39d06a4da
PS3: fix the bug that 'ifconfig down' would hang

Fix the bug that 'ifconfig eth0 down' would hang up, reported by Stefan
Assmann <sassmann@suse.de>.
As we removed netif_poll_enable() from dev->open(), we should not use
netif_poll_disable() in dev->stop().

Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
CC: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ps3_gelic_net.c