Skip to content

Commit

Permalink
Merge tag 'LA.UM.12.2.1.r1-03300-sdm660.0' of https://git.codelinaro.…
Browse files Browse the repository at this point in the history
…org/clo/la/platform/vendor/qcom-opensource/wlan/qca-wifi-host-cmn into android-4.19-stable

"LA.UM.12.2.1.r1-03300-sdm660.0"

Signed-off-by: Santhosh <santhosh.user.why.red@gmail.com>
  • Loading branch information
user-why-red committed Jun 11, 2024
1 parent 460b00f commit c862e94
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,11 @@ QDF_STATUS target_if_direct_buf_rx_print_ring_stat(
WLAN_TARGET_IF_COMP_DIRECT_BUF_RX);
dbr_psoc_obj = wlan_objmgr_psoc_get_comp_private_obj(psoc,
WLAN_TARGET_IF_COMP_DIRECT_BUF_RX);
if (!dbr_psoc_obj) {
direct_buf_rx_err("dbr_psoc_obj is null");
return QDF_STATUS_E_INVAL;
}

hal_soc = dbr_psoc_obj->hal_soc;
num_modules = dbr_pdev_obj->num_modules;
direct_buf_rx_debug("--------------------------------------------------");
Expand Down

0 comments on commit c862e94

Please sign in to comment.