5fbce73ad3f23c47cfd8196e50b06f24d944feb5

In CN country code, 5180 is indoor channel with channel state DFS, but not DFS channel flags. wlan_hdd_handle_zero_acs_list try to find preferred channel for SAP to start, but it selected 5180 because wlan_reg_is_dfs_for_freq check DFS by DFS channel flags and return false for indoor channel 5180. The other concurrency code use channel state to check DFS channel. Fix the mismatch to use wlan_reg_get_channel_state_for_pwrmode API to check DFS channel state. and make the DFS channel as last choice. Change-Id: I39b81ea256ab9b944a284862afe9d50ee5fc2a8d CRs-Fixed: 3404069
This is CNSS WLAN Host Driver for products starting from iHelium
Descripción
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%