提交 9b037f38 编写于 作者: A Ajit Khaparde 提交者: David S. Miller

be2net: detect a UE even when a interface is down.

Signed-off-by: NAjit Khaparde <ajit.khaparde@emulex.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 7acc2087
......@@ -1866,6 +1866,10 @@ static void be_worker(struct work_struct *work)
struct be_mcc_obj *mcc_obj = &adapter->mcc_obj;
be_cq_notify(adapter, mcc_obj->cq.id, false, mcc_compl);
}
if (!adapter->ue_detected && !lancer_chip(adapter))
be_detect_dump_ue(adapter);
goto reschedule;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册