Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6215de84 authored by Jinwei Chen's avatar Jinwei Chen Committed by nshrivas
Browse files

qcacmn: add more FISA related variable

Add last_hal_aggr_count, cur_aggr_gso_size, head_skb_udp_hdr
to FISA SW entry structure.

Change-Id: Ic26101d191ec5fbceb04861523aae000cd5dbe94
CRs-Fixed: 2724925
parent fc170c09
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2334,6 +2334,10 @@ struct dp_fisa_rx_sw_ft {
	uint8_t do_not_aggregate;
	uint16_t hal_cumultive_ip_len;
	struct dp_soc *soc_hdl;
	/* last aggregate count fetched from RX PKT TLV */
	uint32_t last_hal_aggr_count;
	uint32_t cur_aggr_gso_size;
	struct udphdr *head_skb_udp_hdr;
};

#define DP_RX_GET_SW_FT_ENTRY_SIZE sizeof(struct dp_fisa_rx_sw_ft)