Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b037f38 authored by Ajit Khaparde's avatar Ajit Khaparde Committed by David S. Miller
Browse files

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

parent 7acc2087
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
	}