qlge: Clean up ethtool set WOL routine.
Signed-off-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
206d78e0c5
commit
849bcaff80
@@ -401,7 +401,6 @@ static void ql_get_wol(struct net_device *ndev, struct ethtool_wolinfo *wol)
|
|||||||
static int ql_set_wol(struct net_device *ndev, struct ethtool_wolinfo *wol)
|
static int ql_set_wol(struct net_device *ndev, struct ethtool_wolinfo *wol)
|
||||||
{
|
{
|
||||||
struct ql_adapter *qdev = netdev_priv(ndev);
|
struct ql_adapter *qdev = netdev_priv(ndev);
|
||||||
int status;
|
|
||||||
unsigned short ssys_dev = qdev->pdev->subsystem_device;
|
unsigned short ssys_dev = qdev->pdev->subsystem_device;
|
||||||
|
|
||||||
/* WOL is only supported for mezz card. */
|
/* WOL is only supported for mezz card. */
|
||||||
@@ -416,14 +415,6 @@ static int ql_set_wol(struct net_device *ndev, struct ethtool_wolinfo *wol)
|
|||||||
qdev->wol = wol->wolopts;
|
qdev->wol = wol->wolopts;
|
||||||
|
|
||||||
netif_info(qdev, drv, qdev->ndev, "Set wol option 0x%x\n", qdev->wol);
|
netif_info(qdev, drv, qdev->ndev, "Set wol option 0x%x\n", qdev->wol);
|
||||||
if (!qdev->wol) {
|
|
||||||
u32 wol = 0;
|
|
||||||
status = ql_mb_wol_mode(qdev, wol);
|
|
||||||
netif_err(qdev, drv, qdev->ndev, "WOL %s (wol code 0x%x)\n",
|
|
||||||
status == 0 ? "cleared successfully" : "clear failed",
|
|
||||||
wol);
|
|
||||||
}
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user