qcacmn: Refactor fisa packet history for BE

Refactor FISA packet history to not access "struct rx_pkt_tlvs". This is
because this structure may be different for Li and BE chips and should
not be accessed directly and only via hal_soc->ops in common code.

CRs-Fixed: 2888556
Change-Id: I0d9f2785a81c130a2dc506020a02ee5581c0bbd3
这个提交包含在:
Mohit Khanna
2021-04-20 22:50:23 -07:00
提交者 Rakesh Pillai
父节点 fa29d164f6
当前提交 89270803f3
修改 4 个文件,包含 27 行新增36 行删除

查看文件

@@ -1152,7 +1152,6 @@ void dp_rx_fill_gro_info(struct dp_soc *soc, uint8_t *rx_tlv,
if (!wlan_cfg_is_gro_enabled(soc->wlan_cfg_ctx))
return;
/* Filling up RX offload info only for TCP packets */
if (hal_rx_tlv_get_offload_info(soc->hal_soc, rx_tlv, &offload_info))
return;