qcacmn: Add timer to reap monitor rings
Add polling timer to reap monitor status rings until PPDU end interrupts are enabled. Change-Id: I742b0df6fd5a369d9664b5c2e09a70916585174b CRs-Fixed: 2117063
This commit is contained in:

committed by
snandini

parent
7055c33bdb
commit
5a6f4296cd
@@ -20,9 +20,12 @@
|
||||
#include "dp_internal.h"
|
||||
#include "qdf_mem.h" /* qdf_mem_malloc,free */
|
||||
|
||||
#if defined(CONFIG_WIN) && WDI_EVENT_ENABLE
|
||||
|
||||
|
||||
#ifdef WDI_EVENT_ENABLE
|
||||
void *dp_get_pldev(struct cdp_pdev *txrx_pdev)
|
||||
{
|
||||
struct dp_pdev *pdev = (struct dp_pdev *)txrx_pdev;
|
||||
return pdev->pl_dev;
|
||||
}
|
||||
/*
|
||||
* dp_wdi_event_next_sub() - Return handle for Next WDI event
|
||||
* @wdi_sub: WDI Event handle
|
||||
|
Reference in New Issue
Block a user