qcacmn: Add hal_rx_msdu_get_flow_params chip specific

Implement hal_rx_msdu_get_flow_params API
per chipset as the macro
to retrieve the flow parameters is
chipset dependent.

Change-Id: I6ef83232ebdf7497871a7fc588e082d14cdc9e75
CRs-Fixed: 2522133
This commit is contained in:
Venkata Sharath Chandra Manchala
2019-09-25 13:00:36 -07:00
committad av nshrivas
förälder 8fc894afc8
incheckning 1059fae62c
9 ändrade filer med 167 tillägg och 23 borttagningar

Visa fil

@@ -442,6 +442,12 @@ struct hal_hw_txrx_ops {
bool (*hal_rx_msdu_flow_idx_timeout)(uint8_t *buf);
uint32_t (*hal_rx_msdu_fse_metadata_get)(uint8_t *buf);
uint16_t (*hal_rx_msdu_cce_metadata_get)(uint8_t *buf);
void
(*hal_rx_msdu_get_flow_params)(
uint8_t *buf,
bool *flow_invalid,
bool *flow_timeout,
uint32_t *flow_index);
};
/**