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
这个提交包含在:
@@ -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;
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户