commit | 40f594d31232ac950cac0ab3d94c783720e3301f | [log] [tgz] |
---|---|---|
author | hqu <hqu@codeaurora.org> | Mon Jan 22 15:07:06 2018 +0800 |
committer | Anjaneedevi Kapparapu <akappara@codeaurora.org> | Wed Mar 14 15:42:03 2018 +0530 |
tree | 992439c4af8d62cab464d65dff4b32e1daa07c6c | |
parent | d7aeabbdc4c9449c63a00156f2bda51514514f48 [diff] |
qcacld-2.0: Add mutex lock for proc handlers It will have race condition issue when multiple threads access some fields of global shared variable ctl concurrently. Fix is to add mutex lock for proc handlers. Change-Id: Ifba428ae6544ccbdae0547a63972ab241ae68d7c CRs-Fixed: 2173232