Commit 1a3c4bc6 authored by roel kluin's avatar roel kluin Committed by Jeff Garzik

atl1e: WAKE_MCAST 2x. 1st WAKE_UCAST?

Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent c7e65c17
......@@ -355,7 +355,7 @@ static int atl1e_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol)
struct atl1e_adapter *adapter = netdev_priv(netdev);
if (wol->wolopts & (WAKE_ARP | WAKE_MAGICSECURE |
WAKE_MCAST | WAKE_BCAST | WAKE_MCAST))
WAKE_UCAST | WAKE_MCAST | WAKE_BCAST))
return -EOPNOTSUPP;
/* these settings will always override what we currently have */
adapter->wol = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment