1
0

qcacmn: Fix MCC WHUNT compilation issue

Fix WHUNT compilation issue.

Change-Id: Iaa8722a3fe2854a41dc21626ec61fceb93cad397
Este cometimento está contido em:
Chaithanya Garrepalli
2021-11-24 10:31:53 +05:30
cometido por Madan Koyyalamudi
ascendente bd23cf7dcc
cometimento 823c259075
2 ficheiros modificados com 11 adições e 9 eliminações

Ver ficheiro

@@ -891,12 +891,12 @@ dp_rx_desc_pool_init_be_cc(struct dp_soc *soc,
dp_alert("insufficient secondary page tables");
qdf_assert_always(0);
}
/* put each RX Desc VA to SPT pages and
* get corresponding ID
*/
page_desc = &cc_ctx->page_desc_base[ppt_idx++];
}
/* put each RX Desc VA to SPT pages and
* get corresponding ID
*/
DP_CC_SPT_PAGE_UPDATE_VA(page_desc->page_v_addr,
avail_entry_index,
&rx_desc_elem->rx_desc);
@@ -947,12 +947,12 @@ dp_rx_desc_pool_init_be_cc(struct dp_soc *soc,
dp_alert("insufficient secondary page tables");
qdf_assert_always(0);
}
/* put each RX Desc VA to SPT pages and
* get corresponding ID
*/
page_desc = &cc_ctx->page_desc_base[ppt_idx++];
}
/* put each RX Desc VA to SPT pages and
* get corresponding ID
*/
DP_CC_SPT_PAGE_UPDATE_VA(page_desc->page_v_addr,
avail_entry_index,
&rx_desc_pool->array[i].rx_desc);