1d8e2ab52875e14a1cba1a8cbabf847c4b6cc15a

Host driver code has several instances of struct bss_description that is type defined to tSirBssDescription, *tpSirBssDescription This goes against the linux coding style. This change replaces tpSirBssDescription with struct bss_description *. Also Linux Coding Style doesn't welcome mixed-case names. So cleanup some mixed-case variable names as well. This change should be followed by changes to replace typedef tSirBssDescription also ultimately. Change-Id: Ic6fa2d5c7db0d0c1fe4be1096d416295dcb83779 CRs-Fixed: 2409129
This is CNSS WLAN Host Driver for products starting from iHelium
Deskripsi
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%