qcacmn: Add hal_rx_tlv_get_tcp_chksum API

Implement hal_rx_tlv_get_tcp_chksum API
to retrieve tcp_udp_checksum value
based on the chipset.

Change-Id: Ifab970f10af06f8c0cdbd14d57cb66b49bae1648
CRs-Fixed: 2522133
这个提交包含在:
Venkata Sharath Chandra Manchala
2019-09-25 13:31:51 -07:00
提交者 nshrivas
父节点 1059fae62c
当前提交 5c5d409000
修改 14 个文件,包含 135 行新增12 行删除

查看文件

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