qcacmn: FISA data structure movement
Move the non-converged data structure for FISA out of converged DP section. Change-Id: I76d8ac924814d5881f3fd1f75db3ee01cf87113f CRs-Fixed: 3512037
This commit is contained in:

committed by
Rahul Choudhary

parent
47c1ec75a2
commit
b47aea82ae
@@ -4114,16 +4114,6 @@ void dp_update_num_mac_rings_for_dbs(struct dp_soc *soc,
|
||||
|
||||
|
||||
#if defined(WLAN_SUPPORT_RX_FISA)
|
||||
void dp_rx_dump_fisa_table(struct dp_soc *soc);
|
||||
|
||||
/**
|
||||
* dp_print_fisa_stats() - Print FISA stats
|
||||
* @soc: DP soc handle
|
||||
*
|
||||
* Return: None
|
||||
*/
|
||||
void dp_print_fisa_stats(struct dp_soc *soc);
|
||||
|
||||
/**
|
||||
* dp_rx_fst_update_cmem_params() - Update CMEM FST params
|
||||
* @soc: DP SoC context
|
||||
@@ -4141,19 +4131,6 @@ dp_rx_fst_update_cmem_params(struct dp_soc *soc, uint16_t num_entries,
|
||||
uint32_t cmem_ba_lo, uint32_t cmem_ba_hi)
|
||||
{
|
||||
}
|
||||
|
||||
static inline void dp_print_fisa_stats(struct dp_soc *soc)
|
||||
{
|
||||
}
|
||||
|
||||
static QDF_STATUS dp_rx_dump_fisa_stats(struct dp_soc *soc)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static void dp_rx_dump_fisa_table(struct dp_soc *soc)
|
||||
{
|
||||
}
|
||||
#endif /* WLAN_SUPPORT_RX_FISA */
|
||||
|
||||
#ifdef MAX_ALLOC_PAGE_SIZE
|
||||
|
Reference in New Issue
Block a user