]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sky2: restore multicast addresses after recovery
authorStephen Hemminger <shemminger@linux-foundation.org>
Fri, 25 Jan 2008 03:44:50 +0000 (19:44 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Feb 2008 19:46:26 +0000 (11:46 -0800)
commit31d722ee25d1b8139259483f8ab14c188ca52b2e
treebef673bf96371f487f67fcaa2b1b4ea976a0c244
parentde0d21fac3d694b3d87a61557d561fb23b56679a
sky2: restore multicast addresses after recovery

patch a7bffe722c996679b4fb2103ecaf673ec2b9b4a7 in mainline.

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: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/sky2.c