Browse Source

qcacmn: Fix compilation error by using correct variable

Fix compilation error by using correct variable

Change-Id: I97cb4222e7cc25e320757708432b66d660a94ddf
CRs-Fixed: 3252847
Himanshu Batra 2 years ago
parent
commit
3d142e75de
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dp/wifi3.0/dp_ipa.c

+ 2 - 2
dp/wifi3.0/dp_ipa.c

@@ -2365,10 +2365,10 @@ static void dp_ipa_wdi_rx_alt_pipe_params(struct dp_soc *soc,
 
 	if (over_gsi) {
 		if (hdl == DP_IPA_HDL_FIRST)
-			QDF_IPA_WDI_SETUP_INFO_SMMU_CLIENT(rx_smmu) =
+			QDF_IPA_WDI_SETUP_INFO_CLIENT(rx) =
 				IPA_CLIENT_WLAN2_PROD1;
 		else if (hdl == DP_IPA_HDL_SECOND)
-			QDF_IPA_WDI_SETUP_INFO_SMMU_CLIENT(rx_smmu) =
+			QDF_IPA_WDI_SETUP_INFO_CLIENT(rx) =
 				IPA_CLIENT_WLAN3_PROD1;
 	} else {
 		QDF_IPA_WDI_SETUP_INFO_CLIENT(rx) =