android_kernel_xiaomi_sm8350/core/cds
Ganesh Kondabattini 1a9d1e4e74 qcacld-3.0: aquire mutex qdf_conc_list_lock only if required
The mutex qdf_conc_list_lock should be used to protect the
access of conc_connection_list. If driver holds this lock and calls
sme api, then there is a chance of entering into a deadlock scenario
as sme api is going to aquire the sme global lock.

This change is going to make sure that driver doesn't hold
qdf_conc_list_lock and call any sme api.

CRs-Fixed: 1086929
Change-Id: I93819d13905609a6a2886b77e951db4253f281bd
2016-12-14 14:08:39 -08:00
..
inc qcacld-3.0: Regulatory domain changes 2016-12-14 14:07:11 -08:00
src qcacld-3.0: aquire mutex qdf_conc_list_lock only if required 2016-12-14 14:08:39 -08:00