Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222003
b: refs/heads/master
c: ea80907
h: refs/heads/master
i:
  222001: 0d461de
  221999: 024e6af
v: v3
  • Loading branch information
françois romieu authored and David S. Miller committed Nov 9, 2010
1 parent 606960b commit 3c6516c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 53f57357ff0afc37804f4e82ee3123e0c0a2cad6
refs/heads/master: ea80907ff066edd1dd43c5fe90ae6677d15e6384
4 changes: 2 additions & 2 deletions trunk/drivers/net/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,10 +846,10 @@ static int rtl8169_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol)
else
tp->features &= ~RTL_FEATURE_WOL;
__rtl8169_set_wol(tp, wol->wolopts);
device_set_wakeup_enable(&tp->pci_dev->dev, wol->wolopts);

spin_unlock_irq(&tp->lock);

device_set_wakeup_enable(&tp->pci_dev->dev, wol->wolopts);

return 0;
}

Expand Down

0 comments on commit 3c6516c

Please sign in to comment.