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
这个提交包含在:

提交者
nshrivas

父节点
5ddc518b2e
当前提交
8513048ac9
@@ -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);
|
||||
};
|
||||
|
||||
/**
|
||||
|
在新工单中引用
屏蔽一个用户