commit | ffb250d8af3b0c6242b67bf802544e83f183b4b5 | [log] [tgz] |
---|---|---|
author | Min Liu <minliu@codeaurora.org> | Wed Jul 11 17:35:32 2018 +0800 |
committer | nshrivas <nshrivas@codeaurora.org> | Mon Jul 16 22:03:35 2018 -0700 |
tree | 5a4b39a7db06367c20ae5884db845d5c0a62c090 | |
parent | ade23b367232cb7f17a01f0e75880e5328a14014 [diff] |
qcacld-3.0: Use field-by-field assignment for FW stats In wma_unified_link_iface_stats_event_handler, FW stats is cast into some host data structure via memory copy. It could be dangerous since there could be some mismatch between host and FW data structures. Update it with field-by-field assignment. Change-Id: If90c6062551c8769d948b3267dfa323fba310a78 CRs-Fixed: 2274034