qcacmn: Fix DP component compilation error

To fix the below compilation error, included "hal_be_rx_tlv.h" header file
in hal_be_generic_api.c file.

"cmn_dev/hal/wifi3.0/be/hal_be_generic_api.c:754:40: error:
'hal_rx_tlv_get_pn_num_be' undeclared (first use in this function);
did you mean 'hal_rx_tlv_get_pn_num'?"

Change-Id: I57074967dad8cee98fc8094c4eadc9289b7e7984
CRs-Fixed: 2974607
This commit is contained in:
Shashikala Prabhu
2021-06-22 17:27:10 +05:30
committed by Madan Koyyalamudi
vanhempi b1a9175dec
commit 5d99c023e0

Näytä tiedosto

@@ -22,6 +22,7 @@
#include "hal_be_reo.h"
#include "hal_tx.h" //HAL_SET_FLD
#include "hal_be_rx.h" //HAL_RX_BUF_RBM_GET
#include "hal_be_rx_tlv.h"
#if defined(QDF_BIG_ENDIAN_MACHINE)
/**