172237b8598d23e7e3a4c0e4fa4318816d9dff5c

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 tCsrRoamInfo typedef does not meet any of those criteria, and the underlying struct is already being used in some places, so replace all remaining tCsrRoamInfo references with a reference to the underlying struct. Change-Id: I1da4b04ec92e176fe28b33d30ec7823828c35c8d CRs-Fixed: 2140349
This is CNSS WLAN Host Driver for products starting from iHelium
설명
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%