4ee14f44f6cc0294b906941527e013896639bf4f

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 tSirWifiChannelStats 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. Change-Id: I45562da6441fec1af35483d390057a2693e5d02a CRs-Fixed: 2427173
This is CNSS WLAN Host Driver for products starting from iHelium
Descrição
Linguagens
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%