qcacld-3.0: Add acs config parameter acs_policy

A new external acs configuration parameter acs_policy.
This parameter indicates the external ACS module whether
its mandatory or preferrable to select a channel
from the preferred channel list provided by the
driver

Change-Id: I80925109349c68c95f25ba27d87bd68964c4eb04
CRs-Fixed: 2037034
这个提交包含在:
Jayachandran Sreekumaran
2017-04-24 12:42:03 +05:30
提交者 snandini
父节点 256d67d383
当前提交 68c952c716
修改 5 个文件,包含 266 行新增33 行删除

查看文件

@@ -618,6 +618,7 @@ typedef struct sap_Config {
tSirMacRateSet extended_rates;
enum sap_acs_dfs_mode acs_dfs_mode;
struct hdd_channel_info *channel_info;
uint32_t channel_info_count;
bool dfs_cac_offload;
} tsap_Config_t;