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:

committed by
nshrivas

parent
f73d891115
commit
36fd40ab6e
@@ -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);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user