android_kernel_xiaomi_sm8350/core
Jeff Johnson 50980e16a9 qcacld-3.0: Replace typedef tSmeStruct
The Linux Coding Style enumerates a few special cases where typedefs
are useful, but stresses "NEVER EVER use a typedef unless you can
clearly match one of those rules." The tSmeStruct typedef does not
meet any of those criteria, so replace it (and the "tp" variant) with
a reference to the underlying struct.

Further note the Linux Coding Style frowns upon mixed-case names and
so-called Hungarian notation, so in conjunction rename the underlying
struct tagSmeStruct to be in compliance.

Change-Id: Ia817cc5d2b91a7cbddf4670edd049408deb71f63
CRs-Fixed: 2400311
2019-02-19 05:24:00 -08:00
..
bmi qcacld-3.0: Use qdf_mem_zero for zero initialization 2019-01-14 08:38:03 -08:00
cds qcacld-3.0: Remove obsolete commented code 2019-02-09 15:48:00 -08:00
dp qcacld-3.0: Implement converged packetdump API 2019-02-18 09:14:10 -08:00
hdd qcacld-3.0: Fix compilation error when Motion detection enabled 2019-02-19 03:03:49 -08:00
mac qcacld-3.0: Replace typedef tSmeStruct 2019-02-19 05:24:00 -08:00
pld qcacld-3.0: Add support for IPA SMMU on CNSS 2019-02-19 03:03:45 -08:00
sap qcacld-3.0: Force P2PGO to SCC only if other beacon entity is active 2019-02-15 18:28:24 -08:00
sme qcacld-3.0: Replace typedef tSmeStruct 2019-02-19 05:24:00 -08:00
wma qcacld-3.0: Fix compilation error when Motion detection enabled 2019-02-19 03:03:49 -08:00