commit | c3af82cefa393adf40bbcb6b0bc67d4f0a877de4 | [log] [tgz] |
---|---|---|
author | Kamal Negi <kamaln@codeaurora.org> | Fri Mar 17 19:32:57 2017 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Mar 17 07:13:54 2017 -0700 |
tree | 482f870f2b50942215d2959e07036613b1b92c3e | |
parent | 24d4b0f5a7ed994892809d0450b90512de28ced2 [diff] |
fm: Set lib_running variable only on cleanup On SSR, we receive HW_ERR_EVENT,we set lib_running variable to 0. Because of this, hci tx and monitor thread exits before cleanup or exit happens, causing RX thread to be blocked on cond_wait and failure happens. Hence not setting variable during event read. Change-Id: I82891e12c83fe5d06dbfec060d1ace1231fc25fd