|
@@ -2728,6 +2728,8 @@ int hdd_update_tgt_cfg(hdd_handle_t hdd_handle, struct wma_tgt_cfg *cfg)
|
|
hdd_ctx->dfs_cac_offload = cfg->dfs_cac_offload;
|
|
hdd_ctx->dfs_cac_offload = cfg->dfs_cac_offload;
|
|
hdd_ctx->lte_coex_ant_share = cfg->services.lte_coex_ant_share;
|
|
hdd_ctx->lte_coex_ant_share = cfg->services.lte_coex_ant_share;
|
|
hdd_ctx->obss_scan_offload = cfg->services.obss_scan_offload;
|
|
hdd_ctx->obss_scan_offload = cfg->services.obss_scan_offload;
|
|
|
|
+ ucfg_scan_set_obss_scan_offload(hdd_ctx->psoc,
|
|
|
|
+ hdd_ctx->obss_scan_offload);
|
|
status = ucfg_mlme_set_obss_detection_offload_enabled(
|
|
status = ucfg_mlme_set_obss_detection_offload_enabled(
|
|
hdd_ctx->psoc, cfg->obss_detection_offloaded);
|
|
hdd_ctx->psoc, cfg->obss_detection_offloaded);
|
|
if (QDF_IS_STATUS_ERROR(status))
|
|
if (QDF_IS_STATUS_ERROR(status))
|