21b678d6403fa6e817a2690ed6c0b17b650e6d90

Currently tHalHandle is used as the opaque handle for the primary data structure within the protocol stack. This name is an anachronism given that the HAL layer was moved to firmware many generations ago. In addition the name does not conform to the Linux Kernel naming convention. To address these issues introduce a new identifier, mac_handle_t, to be used as the opaque handle. Keep tHalHandle as a typedef to mac_handle_t until such time that all references have been replaced. In addition introduce a new set of conversion functions, MAC_CONTEXT() and MAC_HANDLE(), to be used to convert between these two kinds of references. Change-Id: I9d0d7d109621237f29d66f7b06c5b63c38f63fb2 CRs-Fixed: 2257659
This is CNSS WLAN Host Driver for products starting from iHelium
Descrizione
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%