From 40c29bcc8339130edcdd2ba6894eb9337eeb4f20 Mon Sep 17 00:00:00 2001 From: roel kluin Date: Sun, 12 Jul 2009 13:12:37 +0000 Subject: [PATCH] --- yaml --- r: 155457 b: refs/heads/master c: 41796e91a2a30fd82a0fd561022489b61f8a3188 h: refs/heads/master i: 155455: bc77a83ad1728efec6bc18f34c6c4ab8a787d58d v: v3 --- [refs] | 2 +- trunk/drivers/net/atlx/atl2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ebc5f9179634..d00e9231cd84 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: adeab1afb7de89555c69aab5ca21300c14af6369 +refs/heads/master: 41796e91a2a30fd82a0fd561022489b61f8a3188 diff --git a/trunk/drivers/net/atlx/atl2.c b/trunk/drivers/net/atlx/atl2.c index c734b1983ec1..204db961029e 100644 --- a/trunk/drivers/net/atlx/atl2.c +++ b/trunk/drivers/net/atlx/atl2.c @@ -2071,7 +2071,7 @@ static int atl2_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) if (wol->wolopts & (WAKE_ARP | WAKE_MAGICSECURE)) return -EOPNOTSUPP; - if (wol->wolopts & (WAKE_MCAST|WAKE_BCAST|WAKE_MCAST)) + if (wol->wolopts & (WAKE_UCAST | WAKE_BCAST | WAKE_MCAST)) return -EOPNOTSUPP; /* these settings will always override what we currently have */