qcacmn: Fix compilation error by using correct variable
Fix compilation error by using correct variable Change-Id: I97cb4222e7cc25e320757708432b66d660a94ddf CRs-Fixed: 3252847
This commit is contained in:

committed by
Madan Koyyalamudi

parent
173f9e6b1d
commit
3d142e75de
@@ -2365,10 +2365,10 @@ static void dp_ipa_wdi_rx_alt_pipe_params(struct dp_soc *soc,
|
|||||||
|
|
||||||
if (over_gsi) {
|
if (over_gsi) {
|
||||||
if (hdl == DP_IPA_HDL_FIRST)
|
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;
|
IPA_CLIENT_WLAN2_PROD1;
|
||||||
else if (hdl == DP_IPA_HDL_SECOND)
|
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;
|
IPA_CLIENT_WLAN3_PROD1;
|
||||||
} else {
|
} else {
|
||||||
QDF_IPA_WDI_SETUP_INFO_CLIENT(rx) =
|
QDF_IPA_WDI_SETUP_INFO_CLIENT(rx) =
|
||||||
|
Reference in New Issue
Block a user