commit | 89921da0336df07c1a1438115577218e5d955602 | [log] [tgz] |
---|---|---|
author | Ashish Kumar Dhanotiya <adhanoti@codeaurora.org> | Thu Sep 06 17:41:52 2018 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Sun Sep 09 01:27:05 2018 -0700 |
tree | a4401e2aafc219e9db186d27168f72afb849bec7 | |
parent | 5b8a454c45592fb7f751530ae8462611f6f22ff9 [diff] |
qcacmn: Define qdf_mtrace api within TRACE_RECORD macro Currently qdf_mtrace is defined outside TRACE_RECORD macro which is using qdf_trace api and this is defined inside TRACE_RECORD macro for MCL. since qdf_trace is having different definitions for MCL and WIN as for MCL it is defined as a function and for WIN it is defined as a MACRO. To resolve this put qdf_mtrace inside TRACE_RECORD macro Change-Id: I5de2cdff3942ca10b6d5d562f28d359f7f655ed4 CRs-Fixed: 2310167