소스 검색

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
Ganesh Kondabattini 8 년 전
부모
커밋
1a9d1e4e74
1개의 변경된 파일272개의 추가작업 그리고 57개의 파일을 삭제
  1. 272 57
      core/cds/src/cds_concurrency.c

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 272 - 57
core/cds/src/cds_concurrency.c


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.