Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150831
b: refs/heads/master
c: 0ed586d
h: refs/heads/master
i:
  150829: 2970276
  150827: 5ccf863
  150823: c8955a6
  150815: b794079
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Jun 11, 2009
1 parent b5e667c commit 92c946c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b77e5228849fdcd7a5d73beb16b9ad99395236ec
refs/heads/master: 0ed586d075ef65c0268982e5b7f36d0ffaa95547
2 changes: 1 addition & 1 deletion trunk/drivers/net/atl1c/atl1c_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ static int atl1c_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol)
struct atl1c_adapter *adapter = netdev_priv(netdev);

if (wol->wolopts & (WAKE_ARP | WAKE_MAGICSECURE |
WAKE_MCAST | WAKE_BCAST | WAKE_MCAST))
WAKE_UCAST | WAKE_BCAST | WAKE_MCAST))
return -EOPNOTSUPP;
/* these settings will always override what we currently have */
adapter->wol = 0;
Expand Down

0 comments on commit 92c946c

Please sign in to comment.