android_kernel_xiaomi_sm8350/core/hdd
Jeff Johnson e4bba7c043 qcacld-3.0: Replace typedef tSirWifiRadioStat
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 tSirWifiRadioStat typedef does
not meet any of those criteria, so replace it (and the "tp" variant)
with a properly named struct.

In addition the Linux Coding Style frowns upon mixed-case names so
rename the members which are currently not compliant.

Also remove the obsolete tx_time_per_tpc array since it is unused.

Change-Id: I40aa287e01dc8d12ba803858cc54e79a6fccb8c9
CRs-Fixed: 2427174
2019-04-03 03:38:32 -07:00
..
inc qcacld-3.0: Do not requeue back GRO_DROPed skb 2019-04-02 15:15:49 -07:00
src qcacld-3.0: Replace typedef tSirWifiRadioStat 2019-04-03 03:38:32 -07:00