commit | 14cc0a2b733cc1129676d8e01558bab32b138d63 | [log] [tgz] |
---|---|---|
author | Masakazu Mokuno <mokuno@sm.sony.co.jp> | Tue Aug 28 13:18:15 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Aug 31 06:52:57 2007 -0400 |
tree | 0fd5cf04a50748ac62da001165877ed2a0404568 | |
parent | 0491d1f3fd93f838d8bfb75b12acfba39d06a4da [diff] |
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>