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

Skip to content
Commit 85bd8c26 authored by Yuanyuan Liu's avatar Yuanyuan Liu Committed by Gerrit - the friendly Code Review server
Browse files

cnss2: Do not force collect dump during driver loading/unloading



Do not force collect dump during driver loading/unloading as this
will result a deadlock. During driver loading/unloading, if WLAN
host driver detects a hang in FW side, it will try to trigger a
RDDM in FW side by calling platform force collect rddm API. In this
API, it will queue a work in the workqueue to trigger RDDM and wait
until RDDM collection is completed. In this case, driver loading/unloading
can't complete as it blocked by RDDM and RDDM can't be completed
as its work can't be execute until driver loading/unloading is finished.

CRs-Fixed: 2426148
Change-Id: I89c3931fe1ef716b64746f257a02636518275626
Signed-off-by: default avatarYuanyuan Liu <yuanliu@codeaurora.org>
parent 62ea0b2a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment