b67be24d52b6430ddf5ecc17775f8abc3788515d

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 tSirWifiRate 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 rateMcsIdx member to make it compliant. Change-Id: I719c9c563f5b382b0734be086bee4e5e89fe85aa CRs-Fixed: 2427172
This is CNSS WLAN Host Driver for products starting from iHelium
Описание
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%