qcacmn: Add hal_rx_hw_desc_get_ppduid_get API
Implement hal_rx_hw_desc_get_ppduid API based on the chipset as the macro to retrieve ppduid value is chipset dependent. Change-Id: I7d3457d731ea486f04367f98f9f18d3f1c0fcfd7 CRs-Fixed: 2522133
This commit is contained in:

committato da
nshrivas

parent
8513048ac9
commit
84d5092701
@@ -383,7 +383,8 @@ dp_rx_mon_mpdu_pop(struct dp_soc *soc, uint32_t mac_id,
|
||||
goto next_msdu;
|
||||
}
|
||||
|
||||
msdu_ppdu_id = HAL_RX_HW_DESC_GET_PPDUID_GET(
|
||||
msdu_ppdu_id = hal_rx_hw_desc_get_ppduid_get(
|
||||
soc->hal_soc,
|
||||
rx_desc_tlv);
|
||||
is_first_msdu = false;
|
||||
|
||||
|
Fai riferimento in un nuovo problema
Block a user