commit | a7bffe722c996679b4fb2103ecaf673ec2b9b4a7 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Wed Jan 23 19:11:51 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 03 04:28:44 2008 -0800 |
tree | 7bd687d08e859c29c31d08fb9e8c5ecc4fba01ef | |
parent | 44911bfee4a92f7580cb4dbba36e986003b0ac75 [diff] |
sky2: restore multicast addresses after recovery If the sky2 deadman timer forces a recovery, the multicast hash list is lost. Move the call to sky2_set_multicast to the end of sky2_up() so all paths that bring device up will restore multicast. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: David S. Miller <davem@davemloft.net>