qcacmn: Add hal_rx_msdu_flow_idx_timeout API
Implement hal_rx_msdu_flow_idx_timeout API per chipset as the macro to retrieve the flow_idx_timeout value is chipset dependent. Change-Id: I03030e3763b3c4a9099699a2d24b8110961610cf CRs-Fixed: 2522133
This commit is contained in:

committed by
nshrivas

父節點
b9a8536661
當前提交
b5ec9d28ee
@@ -439,6 +439,7 @@ struct hal_hw_txrx_ops {
|
||||
struct hal_reo_params *reo_params);
|
||||
uint32_t (*hal_rx_msdu_flow_idx_get)(uint8_t *buf);
|
||||
bool (*hal_rx_msdu_flow_idx_invalid)(uint8_t *buf);
|
||||
bool (*hal_rx_msdu_flow_idx_timeout)(uint8_t *buf);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user