qcacmn: Add hal_rx_msdu_flow_idx_get API

Implement hal_rx_msdu_flow_idx_get API
per chipset as the macro
to retrieve the flow_idx value is
chipset dependent.

Change-Id: I75131d7c048f5b67489ed25fbd52bfcf01bab782
CRs-Fixed: 2522133
This commit is contained in:
Venkata Sharath Chandra Manchala
2019-09-25 11:20:23 -07:00
gecommit door nshrivas
bovenliggende 222b2539cb
commit c9a4e14344
13 gewijzigde bestanden met toevoegingen van 134 en 12 verwijderingen

Bestand weergeven

@@ -437,6 +437,7 @@ struct hal_hw_txrx_ops {
void (*hal_reo_config)(struct hal_soc *soc,
uint32_t reg_val,
struct hal_reo_params *reo_params);
uint32_t (*hal_rx_msdu_flow_idx_get)(uint8_t *buf);
};
/**