qcacmn: Add support for getting CE srng info for Direct Link
Add support to fetch CE srng information used for direct link datapath. Change-Id: If38b892b28eba711d7949fa02926205dc601a50e CRs-Fixed: 3317501
This commit is contained in:

committed by
Madan Koyyalamudi

parent
e228622034
commit
9b059a3bc0
@@ -1431,14 +1431,6 @@ static inline void hal_srng_hw_init(struct hal_soc *hal,
|
||||
hal_srng_dst_hw_init(hal, srng, idle_check);
|
||||
}
|
||||
|
||||
#if defined(CONFIG_SHADOW_V2) || defined(CONFIG_SHADOW_V3)
|
||||
#define ignore_shadow false
|
||||
#define CHECK_SHADOW_REGISTERS true
|
||||
#else
|
||||
#define ignore_shadow true
|
||||
#define CHECK_SHADOW_REGISTERS false
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_FEATURE_NEAR_FULL_IRQ
|
||||
/**
|
||||
* hal_srng_is_near_full_irq_supported() - Check if near full irq is
|
||||
|
Reference in New Issue
Block a user