95f0705a7273aa3e7ee3de5822058c883a9b1950

In both csr_create_roam_scan_offload_request() and csr_neighbor_roam_indicate_disconnect() there is a call to csr_neighbor_middle_of_roaming() where the MAC context is typecast to tHalHandle as part of the function call. However these typecasts are incorrect since csr_neighbor_middle_of_roaming() expects to get a MAC context. Due to the manner in which tHalHandle is defined this does not current cause a build issue, but an upcoming change will enforce type checking so update these calls to remove the inappropriate typecasts. Change-Id: I7eeb3eb6b4502c1934a8cffdd1d7372f93ee8ccb CRs-Fixed: 2268176
This is CNSS WLAN Host Driver for products starting from iHelium
Apraksts
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%