Browse Source

qcacld-3.0: Update ipa enable config to dp

Currently ipa enable config is not updated to dp as a result
dp ipa configuration is skipped even if ipa is enabled from ini.
Update the ipa enable config to dp config parameters.

Change-Id: I6602f2c9d3ac0a4470f18460b0c1057fab4147ca
CRs-Fixed: 2365811
Sravan Kumar Kairam 6 years ago
parent
commit
0af1ee5fc2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/hdd/src/wlan_hdd_main.c

+ 1 - 0
core/hdd/src/wlan_hdd_main.c

@@ -14131,6 +14131,7 @@ static int hdd_update_dp_config(struct hdd_context *hdd_ctx)
 	params.tcp_udp_checksumoffload =
 			cfg_get(hdd_ctx->psoc,
 				CFG_DP_TCP_UDP_CKSUM_OFFLOAD);
+	params.ipa_enable = ucfg_ipa_is_enabled();
 
 	status = cdp_update_config_parameters(soc, &params);
 	if (status) {