commit | 20fb76b73b0dc1d9cbf85b9c3813caf9764d7af2 | [log] [tgz] |
---|---|---|
author | Sandeep Puligilla <spuligil@codeaurora.org> | Tue Jul 19 13:20:57 2016 -0700 |
committer | Vishwajith Upendra <vishwaji@codeaurora.org> | Wed Aug 03 02:28:04 2016 -0700 |
tree | feec3dbb5705baa704ff6e1ae3121adcc7aa2c2d | |
parent | 7a59ca038063c29c84a835a8234f030735c3ac84 [diff] |
qcacmn: Fix compilation with WMI_INTERFACE_EVENT_LOGGING disabled Compilation error occurs due to undefined struct when WMI_INTERFACE_EVENT_LOGGING disabled. Use void pointer as argument to wmi_mgmt_cmd_record() and cast as header struct inside logging function to avoid casting as undeclared type. Change-Id: I7d0922ee2009b235473febdbcbc3317e432a1386 CRs-Fixed: 1043597