0837c44a522953db1795ae2faca0b78462404cbc

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 consolidated tSirSmeDisassocCnf and tSirSmeDeauthCnf typedefs do not meet any of those criteria, so replace them (and the "tp" variants) with a reference to the underlying struct. And since the Disassoc and Deauth use cases are semantically different, create two separate structs even though they currently have the same form. Further note the Linux Coding Style frowns upon mixed-case names and so-called Hungarian notation, so in conjunction rename the underlying structs to be in compliance. Change-Id: I96806e354f79c7108166c0fc71ad6015b3d0146e CRs-Fixed: 2395990
This is CNSS WLAN Host Driver for products starting from iHelium
Leírás
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%