Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57923
b: refs/heads/master
c: 2cc49a5
h: refs/heads/master
i:
  57921: a2c019a
  57919: 1c32185
v: v3
  • Loading branch information
Tim Mann authored and Jeff Garzik committed Jun 20, 2007
1 parent 530d6f8 commit c4a94ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d46146274b2dc01fac4063d31393385117d31f58
refs/heads/master: 2cc49a5ca14348f225beb888ad383064f2a96876
4 changes: 3 additions & 1 deletion trunk/drivers/net/forcedeth.c
Original file line number Diff line number Diff line change
Expand Up @@ -4825,8 +4825,10 @@ static int nv_close(struct net_device *dev)

drain_ring(dev);

if (np->wolenabled)
if (np->wolenabled) {
writel(NVREG_PFF_ALWAYS|NVREG_PFF_MYADDR, base + NvRegPacketFilterFlags);
nv_start_rx(dev);
}

/* FIXME: power down nic */

Expand Down

0 comments on commit c4a94ea

Please sign in to comment.