diff options
Diffstat (limited to 'drivers/net/atl1c/atl1c_ethtool.c')
-rw-r--r-- | drivers/net/atl1c/atl1c_ethtool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/atl1c/atl1c_ethtool.c b/drivers/net/atl1c/atl1c_ethtool.c index 32339243d61f..7c521508313c 100644 --- a/drivers/net/atl1c/atl1c_ethtool.c +++ b/drivers/net/atl1c/atl1c_ethtool.c | |||
@@ -263,8 +263,6 @@ static void atl1c_get_wol(struct net_device *netdev, | |||
263 | wol->wolopts |= WAKE_MAGIC; | 263 | wol->wolopts |= WAKE_MAGIC; |
264 | if (adapter->wol & AT_WUFC_LNKC) | 264 | if (adapter->wol & AT_WUFC_LNKC) |
265 | wol->wolopts |= WAKE_PHY; | 265 | wol->wolopts |= WAKE_PHY; |
266 | |||
267 | return; | ||
268 | } | 266 | } |
269 | 267 | ||
270 | static int atl1c_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) | 268 | static int atl1c_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) |