Skip to content

Commit

Permalink
skge: restore rx multicast filter on resume and after config changes
Browse files Browse the repository at this point in the history
Restore skge hardware registers for multicast filtering to their
appropriate values after system resume and after hardware restarts
that are done when changing certain settings.

Signed-off-by: Florian Zumbiehl <florz@florz.de>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Florian Zumbiehl authored and David S. Miller committed Dec 31, 2011
1 parent cd3109d commit fe3c8cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/ethernet/marvell/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2606,6 +2606,9 @@ static int skge_up(struct net_device *dev)
spin_unlock_irq(&hw->hw_lock);

napi_enable(&skge->napi);

skge_set_multicast(dev);

return 0;

free_tx_ring:
Expand Down

0 comments on commit fe3c8cc

Please sign in to comment.