qcacmn: Add hal_rx_get_rx_sequence API

Add hal_rx_get_rx_sequence API to retrieve
rx sequence value based on the chipset.

Change-Id: I8377b96dfe04e9695a183482d9fcc4a804f845e0
CRs-Fixed: 2522133
This commit is contained in:
Venkata Sharath Chandra Manchala
2019-09-25 19:00:14 -07:00
committed by nshrivas
parent f73d891115
commit 36fd40ab6e
12 changed files with 110 additions and 65 deletions

View File

@@ -449,6 +449,7 @@ struct hal_hw_txrx_ops {
bool *flow_timeout,
uint32_t *flow_index);
uint16_t (*hal_rx_tlv_get_tcp_chksum)(uint8_t *buf);
uint16_t (*hal_rx_get_rx_sequence)(uint8_t *buf);
};
/**