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:
Venkata Sharath Chandra Manchala
2019-09-25 12:07:09 -07:00
committed by nshrivas
父節點 b9a8536661
當前提交 b5ec9d28ee
共有 13 個文件被更改,包括 132 次插入12 次删除

查看文件

@@ -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);
};
/**