android_kernel_xiaomi_sm8350/core
Jeff Johnson 6fee48b212 qcacld-3.0: Replace typedef tCsrTimerInfo
Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

One instance is the following field in typedef tCsrTimerInfo:
-       tpAniSirGlobal pMac;

In order to meet the needs of the campaign all that is really needed
is to rename this field and modify all accesses to this field. However
note that the Linux coding style also objects to typedefs except in a
few cases, and the use case for tCsrTimerInfo does not apply.
Therefore to address the larger problem replace the tCsrTimerInfo
typedef with an appropriately named struct with appropriately named
fields.

Change-Id: I0bddcbe1057611d4c6e586358f64a29fb4049776
CRs-Fixed: 2354421
2018-11-22 19:53:22 -08:00
..
bmi qcacld-3.0: Abstract BMI CE callbacks 2018-11-05 10:57:38 -08:00
cds qcacld-3.0: Flush scheduler message queues before htc_stop 2018-11-22 04:18:18 -08:00
dp qcacld-3.0: New HTT H2T msg support 2018-11-22 16:38:32 -08:00
hdd qcacld-3.0: Remove Unused gEnableSSR INI 2018-11-22 18:18:05 -08:00
mac Release 5.2.0.108B 2018-11-22 18:18:05 -08:00
pld qcacld-3.0: Remove PLD_RECOVERY handling 2018-11-08 13:39:26 -08:00
sap qcacld-3.0: Replace hal in sap_module 2018-11-21 13:46:46 -08:00
sme qcacld-3.0: Replace typedef tCsrTimerInfo 2018-11-22 19:53:22 -08:00
wma qcacld-3.0: Remove Unused gEnableSSR INI 2018-11-22 18:18:05 -08:00