Commit 4fc9b869 authored by Ron Mercer's avatar Ron Mercer Committed by David S. Miller

qlge: Do not change frame routing during suspend.

We do not need to change the frame routing to direct all frames to the
management fifo during suspend.  This is now done by the firmware.
Signed-off-by: default avatarRon Mercer <ron.mercer@qlogic.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3586e0a9
...@@ -3514,9 +3514,6 @@ int ql_wol(struct ql_adapter *qdev) ...@@ -3514,9 +3514,6 @@ int ql_wol(struct ql_adapter *qdev)
} }
if (qdev->wol) { if (qdev->wol) {
/* Reroute all packets to Management Interface */
ql_write32(qdev, MGMT_RCV_CFG, (MGMT_RCV_CFG_RM |
(MGMT_RCV_CFG_RM << 16)));
wol |= MB_WOL_MODE_ON; wol |= MB_WOL_MODE_ON;
status = ql_mb_wol_mode(qdev, wol); status = ql_mb_wol_mode(qdev, wol);
QPRINTK(qdev, DRV, ERR, "WOL %s (wol code 0x%x) on %s\n", QPRINTK(qdev, DRV, ERR, "WOL %s (wol code 0x%x) on %s\n",
......
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