Skip to content

Commit

Permalink
sky2: Restore multicast after restart
Browse files Browse the repository at this point in the history
Multicast settings will be lost on reset, so restore them.

Signed-off-by: Mike McCormack <mikem@ring3k.org>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Mike McCormack authored and David S. Miller committed May 14, 2010
1 parent 57bf6ee commit 3765252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -3347,6 +3347,7 @@ static void sky2_restart(struct work_struct *work)
continue;

sky2_hw_up(sky2);
sky2_set_multicast(dev);
netif_wake_queue(dev);
}

Expand Down

0 comments on commit 3765252

Please sign in to comment.