commit | 47d855430ff2792351ee29108ff9e12b622e30e5 | [log] [tgz] |
---|---|---|
author | Sathish Kumar <ksathis@codeaurora.org> | Tue Jan 03 11:14:16 2017 +0530 |
committer | qcabuildsw <qcabuildsw@localhost> | Mon Jan 09 02:41:10 2017 -0800 |
tree | ae42d1bda74eac6772d286ead47d037c02884b87 | |
parent | ad803baaad3c3670427b1fc8815ce962a2839a8f [diff] |
qcacmn: Fix issue in extraction API for peer and vdev extd stats wmi_stats_event structure is defined in FW header wmi_unified.h with variable length data as A_UINT8 data[0]. KW tool perceives this as a single uint8 and throws zero sized array when we try to access buffer following data. A uint8 pointer is assigned to data for this purpose in order to fake the tool and resolve the issue. Change-Id: I998f80c84554bc5bf4d0b2df1dae85352d72cb21 CRs-Fixed: 1106787