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
这个提交包含在:
Venkata Sharath Chandra Manchala
2019-09-20 16:51:48 -07:00
提交者 nshrivas
父节点 5bf1e5a1da
当前提交 43d563277d
修改 10 个文件,包含 123 行新增9 行删除

查看文件

@@ -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));