qcacmn: Add hal_rx_tid_get API

Implement hal_rx_tid_get API based on
the chipset as the macro to retrieve
tid value is chipset dependent.

Change-Id: I37eab3f3c1c2bbba6094b9ddb24d72712b819f73
CRs-Fixed: 2522133
这个提交包含在:
Venkata Sharath Chandra Manchala
2019-09-21 16:17:01 -07:00
提交者 nshrivas
父节点 5ddc518b2e
当前提交 8513048ac9
修改 8 个文件,包含 162 行新增15 行删除

查看文件

@@ -406,6 +406,7 @@ struct hal_hw_txrx_ops {
(*hal_rx_mpdu_get_addr4)(uint8_t *buf, uint8_t *mac_addr);
uint8_t (*hal_rx_get_mpdu_sequence_control_valid)(uint8_t *buf);
bool (*hal_rx_is_unicast)(uint8_t *buf);
uint32_t (*hal_rx_tid_get)(hal_soc_handle_t hal_soc_hdl, uint8_t *buf);
};
/**