qcacmn: Modify FISA Feature support for DP componentization

Modify FISA Feature support for DP componentization

Change-Id: I64c364881bf2c53794e858acb72babf51997713e
CRs-Fixed: 3243931
This commit is contained in:
Azmath Mohammed
2022-07-14 11:49:28 +05:30
committed by Madan Koyyalamudi
parent 3e59523895
commit 95865c5502
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
#include "htt_stats.h"
#include "dp_htt.h"
#ifdef WLAN_SUPPORT_RX_FISA
#include <dp_fisa_rx.h>
#include <wlan_dp_fisa_rx.h>
#endif
#include "htt_ppdu_stats.h"
#include "qdf_mem.h" /* qdf_mem_malloc,free */

View File

@@ -4371,7 +4371,7 @@ struct dp_fisa_rx_sw_ft {
/* 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;
qdf_net_udphdr_t *head_skb_udp_hdr;
uint16_t frags_cumulative_len;
/* CMEM parameters */
uint32_t cmem_offset;