b4dda82e985ce4afedda29a51877f52b8fb03404

utils_dfs_reg_update_nol_history_ch is invoked with an argument of (void *)chan_list. However, the usage of utils_dfs_reg_update_nol_history_ch() assumes (void *)chan_list to be a uint8_t *ch_ieee but (void *)chan_list is a (void *) pointer of struct dfs_channel. Similarly, the equivalent freq API utils_dfs_reg_update_nol_history_chan_for_freq() also has a mismatch in its usage of (void *)chan_list. Modify the arguments of utils_dfs_reg_update_nol_history_ch() and utils_dfs_reg_update_nol_history_chan_for_freq() API to match its usage. Change-Id: Ic0b88606ea81bde1f7065c16dfac008b737b705c CRs-Fixed: 2484771
This is CNSS WLAN Host Driver for products starting from iHelium
Opis
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%