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

Commit ae6640f6 authored by Rakesh Pillai's avatar Rakesh Pillai Committed by snandini
Browse files

qcacmn: Add reo dst indication to FISA flow table

Add the reo destination indication value in
the FISA flow table. The reo destination
indication will be saved for every flow.

Change-Id: I58782cc7be7dd686dc9e0f5837e6bbe406cc1514
CRs-Fixed: 2803079
parent ad34a972
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2481,6 +2481,7 @@ struct dp_fisa_rx_sw_ft {
	uint32_t last_hal_aggr_count;
	uint32_t cur_aggr_gso_size;
	struct udphdr *head_skb_udp_hdr;
	uint32_t reo_dest_indication;
};

#define DP_RX_GET_SW_FT_ENTRY_SIZE sizeof(struct dp_fisa_rx_sw_ft)