qcacmn: Fixes to enable LI & BE in a build
Changes to build Lithium and Beryllium together. This is needed for WIN Change-Id: I74c86803ea99fb17d1f73e8b9c4e7cf59751a707
This commit is contained in:
@@ -232,7 +232,7 @@ more_data:
|
||||
continue;
|
||||
}
|
||||
|
||||
status = dp_rx_desc_nbuf_sanity_check(ring_desc, rx_desc);
|
||||
status = dp_rx_desc_nbuf_sanity_check(soc, ring_desc, rx_desc);
|
||||
if (qdf_unlikely(QDF_IS_STATUS_ERROR(status))) {
|
||||
DP_STATS_INC(soc, rx.err.nbuf_sanity_fail, 1);
|
||||
dp_info_rl("Nbuf sanity check failure!");
|
||||
@@ -254,7 +254,7 @@ more_data:
|
||||
hal_rx_mpdu_desc_info_get_li(ring_desc, &mpdu_desc_info);
|
||||
|
||||
/* Get MSDU DESC info */
|
||||
hal_rx_msdu_desc_info_get(hal_soc, ring_desc, &msdu_desc_info);
|
||||
hal_rx_msdu_desc_info_get_li(ring_desc, &msdu_desc_info);
|
||||
|
||||
if (qdf_unlikely(msdu_desc_info.msdu_flags &
|
||||
HAL_MSDU_F_MSDU_CONTINUATION)) {
|
||||
|
Reference in New Issue
Block a user