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:

committed by
Madan Koyyalamudi

parent
3e59523895
commit
95865c5502
@@ -48,7 +48,7 @@
|
|||||||
#include "htt_stats.h"
|
#include "htt_stats.h"
|
||||||
#include "dp_htt.h"
|
#include "dp_htt.h"
|
||||||
#ifdef WLAN_SUPPORT_RX_FISA
|
#ifdef WLAN_SUPPORT_RX_FISA
|
||||||
#include <dp_fisa_rx.h>
|
#include <wlan_dp_fisa_rx.h>
|
||||||
#endif
|
#endif
|
||||||
#include "htt_ppdu_stats.h"
|
#include "htt_ppdu_stats.h"
|
||||||
#include "qdf_mem.h" /* qdf_mem_malloc,free */
|
#include "qdf_mem.h" /* qdf_mem_malloc,free */
|
||||||
|
@@ -4371,7 +4371,7 @@ struct dp_fisa_rx_sw_ft {
|
|||||||
/* last aggregate count fetched from RX PKT TLV */
|
/* last aggregate count fetched from RX PKT TLV */
|
||||||
uint32_t last_hal_aggr_count;
|
uint32_t last_hal_aggr_count;
|
||||||
uint32_t cur_aggr_gso_size;
|
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;
|
uint16_t frags_cumulative_len;
|
||||||
/* CMEM parameters */
|
/* CMEM parameters */
|
||||||
uint32_t cmem_offset;
|
uint32_t cmem_offset;
|
||||||
|
Reference in New Issue
Block a user