qcacmn: qcn9000 changes in rx flow identification

Rx flow indentification changes to provide
support on Qcn9000 target

Change-Id: I1b7ef8c93e38e753cb7014dca68148a4174daa82
This commit is contained in:
syed touqeer pasha
2019-11-28 02:34:04 +05:30
committed by nshrivas
parent b72685beaa
commit c6d4cbfd1a
12 changed files with 680 additions and 262 deletions

View File

@@ -602,6 +602,9 @@ struct hal_hw_txrx_ops {
uint32_t (*hal_rx_msdu_start_offset_get)(void);
uint32_t (*hal_rx_mpdu_start_offset_get)(void);
uint32_t (*hal_rx_mpdu_end_offset_get)(void);
void * (*hal_rx_flow_setup_fse)(uint8_t *rx_fst,
uint32_t table_offset,
uint8_t *rx_flow);
};
/**