Explorar o código

qcacmn: Fix compilation error by using correct variable

Fix compilation error by using correct variable

Change-Id: I97cb4222e7cc25e320757708432b66d660a94ddf
CRs-Fixed: 3252847
Himanshu Batra %!s(int64=2) %!d(string=hai) anos
pai
achega
3d142e75de
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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) =