Android 14 QPR3 Beta 2 Release 0.1 (AP21.240216.010,barbet)
qcacmn: Don't destroy uncreated completion_freeq_lock

Sometimes, BMI download FW fail, cause destroy this uncreated spinlock.

Because fw download fail, hif_start() not called, so
&pipe_info->completion_freeq_lock not be created.But hif_ce_stop() call
qdf_spinlock_destroy(&pipe_info->completion_freeq_lock);Cause WLAN Panic
@ qdf_lock_stats_cookie_destroy:824: Lock destroyed twice or never created

hif_state->started be set to true in hif_start( )This fixes use
hif_state->started to judge hif_start() be called or not.If false,
hif_start() not be called, so needn’t destroy  uncreated
completion_freeq_lock

Bug: 283948235
Test: Regression Test
CRs-Fixed: 2648188
Change-Id: Id6aae8024fe9df2ac6cf7976047ebd7a850438e4
Signed-off-by: Hsiu-Chang Chen <hsiuchangchen@google.com>
1 file changed