commit | 7622cd32b0be08f85f4ed0f4b12745bbfe0ad4ca | [log] [tgz] |
---|---|---|
author | Houston Hoffman <hhoffman@codeaurora.org> | Thu Apr 06 14:17:49 2017 -0700 |
committer | snandini <snandini@codeaurora.org> | Wed Jun 21 19:40:51 2017 -0700 |
tree | 209473f3fb85528685e42a8057ce74b8aa0f2405 | |
parent | 5d6386f288946cdab5228d628194bb6a3f68d065 [diff] |
qcacmn: Kill bh execution contexts before cleaning up the hif The interrupts are being freed, but the execution contexts are not guaranteed to be stopped. Ensure the execution contexts are stopped to prevent race conditions between the cleanup and normal execution. Change-Id: I77f2e0fb7073dbb3337e1cbbb6ed09295c7ea23e CRs-Fixed: 2030393