qcacmn: Add hal_rx_desc_is_first_msdu API
Implement hal_rx_desc_is_first_msdu API based on the chipset as the macro to retrieve first_msdu bit value is chipset dependent. Change-Id: I8e8a3aceb225b591b96e6f8453ffbebf1f78e529 CRs-Fixed: 2522133
这个提交包含在:

提交者
nshrivas

父节点
5bf1e5a1da
当前提交
43d563277d
@@ -415,7 +415,8 @@ dp_rx_mon_mpdu_pop(struct dp_soc *soc, uint32_t mac_id,
|
||||
buf_info.paddr;
|
||||
}
|
||||
|
||||
if (hal_rx_desc_is_first_msdu(rx_desc_tlv))
|
||||
if (hal_rx_desc_is_first_msdu(soc->hal_soc,
|
||||
rx_desc_tlv))
|
||||
hal_rx_mon_hw_desc_get_mpdu_status(soc->hal_soc,
|
||||
rx_desc_tlv,
|
||||
&(dp_pdev->ppdu_info.rx_status));
|
||||
|
在新工单中引用
屏蔽一个用户