Skip to content

Commit

Permalink
be2net: detect a UE even when a interface is down.
Browse files Browse the repository at this point in the history
Signed-off-by: Ajit Khaparde <ajit.khaparde@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ajit Khaparde authored and David S. Miller committed Feb 12, 2011
1 parent 7acc208 commit 9b037f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 9b037f3

Please sign in to comment.