|
@@ -1877,6 +1877,12 @@ static void hdd_update_ra_rate_limit(struct hdd_context *hdd_ctx,
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
+static void hdd_sar_target_config(struct hdd_context *hdd_ctx,
|
|
|
+ struct wma_tgt_cfg *cfg)
|
|
|
+{
|
|
|
+ hdd_ctx->sar_version = cfg->sar_version;
|
|
|
+}
|
|
|
+
|
|
|
void hdd_update_tgt_cfg(hdd_handle_t hdd_handle, struct wma_tgt_cfg *cfg)
|
|
|
{
|
|
|
int ret;
|
|
@@ -2008,6 +2014,7 @@ void hdd_update_tgt_cfg(hdd_handle_t hdd_handle, struct wma_tgt_cfg *cfg)
|
|
|
hdd_ctx->max_intf_count = cfg->max_intf_count;
|
|
|
}
|
|
|
|
|
|
+ hdd_sar_target_config(hdd_ctx, cfg);
|
|
|
hdd_lpass_target_config(hdd_ctx, cfg);
|
|
|
|
|
|
hdd_ctx->ap_arpns_support = cfg->ap_arpns_support;
|