commit | 8511851272c5d7decd1e9fc8c4b5da30b0d62ec9 | [log] [tgz] |
---|---|---|
author | Houston Hoffman <hhoffman@qca.qualcomm.com> | Mon Sep 28 14:17:11 2015 -0700 |
committer | Satish Singh <c_ssing@qca.qualcomm.com> | Wed Nov 25 17:03:12 2015 -0800 |
tree | e81a846317c53eb45c5bc6f772e3878f43cbe093 | |
parent | 52fd87a38d0709aeafa01e921a6ed70ae7b11864 [diff] |
qcacld-3.0: Bypass hif_completion_thread in send We want to process the completions in parallel. Upper layer should take care of its own thread safety. hif_completion_thread is a legacy function that does in context serialization of hif completions. Bypass it. Change-Id: I19660327ebb4a3cbb9908ce562ab6c72a6282e95 CRs-Fixed: 941358