qcacld-3.0: Set drop_bcn_on_chan_mismatch to Scan

Set ini drop_bcn_on_chan_mismatch configuration to
Scan component.

Change-Id: I60acddd69fc99791651def587b90243898ec60e9
CRs-Fixed: 2308731
Dieser Commit ist enthalten in:
Liangwei Dong
2018-09-10 23:25:12 -04:00
committet von nshrivas
Ursprung f3697bc9b4
Commit ac3ddde459

Datei anzeigen

@@ -13796,6 +13796,9 @@ static int hdd_update_scan_config(struct hdd_context *hdd_ctx)
hdd_err("failed pmo psoc configuration");
return -EINVAL;
}
ucfg_scan_set_global_config(
psoc, SCAN_CFG_DROP_BCN_ON_CHANNEL_MISMATCH,
cfg_get(psoc, CFG_DROP_BCN_ON_CHANNEL_MISMATCH));
return 0;
}