qcacmn: Implement SWLM feature support for DP Component
Add DP component swlm support for cmn folder Change-Id: I393c2f1a2b6182e651e7079874a5e949e256fb75 CRs-Fixed: 3243911
This commit is contained in:

committed by
Madan Koyyalamudi

parent
3d142e75de
commit
fe86f0e080
@@ -91,7 +91,7 @@ cdp_dump_flow_pool_info(struct cdp_soc_t *soc)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef WLAN_DP_FEATURE_SW_LATENCY_MGR
|
#ifdef WLAN_DP_FEATURE_SW_LATENCY_MGR
|
||||||
#include <dp_swlm.h>
|
#include <wlan_dp_swlm.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_SAWF_DEF_QUEUES
|
#ifdef CONFIG_SAWF_DEF_QUEUES
|
||||||
#include "dp_sawf.h"
|
#include "dp_sawf.h"
|
||||||
|
@@ -41,7 +41,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "dp_hist.h"
|
#include "dp_hist.h"
|
||||||
#ifdef WLAN_DP_FEATURE_SW_LATENCY_MGR
|
#ifdef WLAN_DP_FEATURE_SW_LATENCY_MGR
|
||||||
#include <dp_swlm.h>
|
#include <wlan_dp_swlm.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef WIFI_MONITOR_SUPPORT
|
#ifdef WIFI_MONITOR_SUPPORT
|
||||||
#include <dp_mon.h>
|
#include <dp_mon.h>
|
||||||
|
Reference in New Issue
Block a user