672e0a7766004b53fd31bdb25d4eeb9c97b75f19

As per current logic previous N-1 frequencies are passed by caller to validate considering the current frequency as Nth freq. But instead of comparing previous_n_freq - 1, index - min_index is compared with previous_n_freq . Due to this current frequency will not be selected as best frequency even if previous 3 or 4 freq depending on BW are free. Fix is to pass previous N frequencies based on BW instead of N-1 and compare index - min_index < prev_n_freq. Change-Id: Ib78a6774f8d33b264fa2941255f043ea76c6e08b CRs-Fixed: 3409806
This is CNSS WLAN Host Driver for products starting from iHelium
Descrição
Linguagens
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%