qcacmn: Add hal macros for fisa assist

Add 6490 chip specific HAL macros to extract FISA assist from TLV header.

Change-Id: I269431b2708f07b10e7e02715d8940fea27a66f6
CRs-Fixed: 2599917
此提交包含在:
Venkata Sharath Chandra Manchala
2020-01-09 19:57:42 -08:00
提交者 nshrivas
父節點 44aeb7256a
當前提交 d2ceaf472c
共有 9 個檔案被更改,包括 350 行新增3 行删除

查看文件

@@ -464,6 +464,12 @@ struct hal_hw_txrx_ops {
void (*hal_rx_get_rtt_info)(void *rx_tlv, void *ppdu_info_handle);
void (*hal_rx_msdu_packet_metadata_get)(uint8_t *buf,
void *msdu_pkt_metadata);
uint16_t (*hal_rx_get_fisa_cumulative_l4_checksum)(uint8_t *buf);
uint16_t (*hal_rx_get_fisa_cumulative_ip_length)(uint8_t *buf);
bool (*hal_rx_get_udp_proto)(uint8_t *buf);
bool (*hal_rx_get_fisa_flow_agg_continuation)(uint8_t *buf);
uint8_t (*hal_rx_get_fisa_flow_agg_count)(uint8_t *buf);
bool (*hal_rx_get_fisa_timeout)(uint8_t *buf);
};
/**