qcacmn: Enable interrupt based processing in monitor mode
Enable the interrupt based processing in monitor mode for WCN7850, by enabling MSI interrupts for rxdma monitor destination ring. Change-Id: Ia3c4456d28ed58c8ef49a7aa8e711076fbdf9415 CRs-Fixed: 3094129
This commit is contained in:

committed by
Madan Koyyalamudi

orang tua
c6f1baf93f
melakukan
615c512921
@@ -2859,6 +2859,14 @@ static inline QDF_STATUS dp_runtime_init(struct dp_soc *soc)
|
||||
}
|
||||
#endif
|
||||
|
||||
static inline enum QDF_GLOBAL_MODE dp_soc_get_con_mode(struct dp_soc *soc)
|
||||
{
|
||||
if (soc->cdp_soc.ol_ops->get_con_mode)
|
||||
return soc->cdp_soc.ol_ops->get_con_mode();
|
||||
|
||||
return QDF_GLOBAL_MAX_MODE;
|
||||
}
|
||||
|
||||
/*
|
||||
* dp_pdev_bkp_stats_detach() - detach resources for back pressure stats
|
||||
* processing
|
||||
|
Reference in New Issue
Block a user