Liangwei Dong 5fbce73ad3 qcacld-3.0: Fix SAP start failure on CN country code
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
2023-02-17 06:36:38 -08:00
2021-12-22 23:01:44 -08:00
2023-01-27 16:09:29 -08:00

This is CNSS WLAN Host Driver for products starting from iHelium
Descripción
No description provided
Readme 226 MiB
Languages
C 98.7%
C++ 0.9%
Makefile 0.3%
Starlark 0.1%