commit | 910c626231b00d4217e680323ce153056c5b62e8 | [log] [tgz] |
---|---|---|
author | Houston Hoffman <hhoffman@qca.qualcomm.com> | Mon Sep 28 12:56:25 2015 -0700 |
committer | Satish Singh <c_ssing@qca.qualcomm.com> | Wed Dec 09 23:09:11 2015 -0800 |
tree | c32ad062dc5afbfe92ebae495f08d52713e02ca4 | |
parent | 18c7fc529e521cd0f09e6e8bb4f511b3cc5bbade [diff] |
qcacld-3.0: Bypass hif_completion_thread in recv 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: I7953545b55dae093931741359bbf985e2fb9faca CRs-Fixed: 941358