Skip to content

Commit

Permalink
[netdrvr] forcedeth: Restore multicast settings on resume
Browse files Browse the repository at this point in the history
nv_open() resets multicast settings, call nv_set_multicast(dev)
to restore them.  (Maybe this should rather be moved into nv_open())

Signed-off-by: Tobias Diedrich <ranma+kernel@tdiedrich.de>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Tobias Diedrich authored and Jeff Garzik committed May 22, 2008
1 parent aff26e2 commit 40ba182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/forcedeth.c
Original file line number Diff line number Diff line change
Expand Up @@ -5823,6 +5823,7 @@ static int nv_resume(struct pci_dev *pdev)
writel(txreg, base + NvRegTransmitPoll);

rc = nv_open(dev);
nv_set_multicast(dev);
out:
return rc;
}
Expand Down

0 comments on commit 40ba182

Please sign in to comment.