db021e73437a16018ed6a26c5f5caf97b90b35cc

The extscan unified data structures were duplicated from legacy qcacld-3.0 data structures. As part of the duplication process some things were inherited that are not appropriate in the unified WMI including camelCase identifiers and the use of "session id" as an instance identifier. Due to the fact that multiple repos are affected a multi-phase cleanup is proposed in order to avoid cross-repo inter-dependent commits. For phase 1 (this change): For each inappropriate identifier introduce an anonymous union which will contain both the badly named identifier and a properly named substitute. Subsequent changes will address the following phases: For phase 2: Replace all references of the badly named identifiers with references to the properly named substitutes. Note that this phase may touch multiple repos and may involve a number of separate changes. For phase 3: Once phase 2 completes, remove the unions introduced in phase 1, leaving just the properly named replacement identifiers. For phase 4: Update the legacy code to exclusively use the converged data structures, abandoning the legacy data structures. Change-Id: I11800361b572331cfada00fb7d518c314df20b43 CRs-Fixed: 2280645
Description
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%