qcacmn: fix build failure for WIFI_MONITOR_SUPPORT disabled case
The function dp_monitor_reap_timer_suspend() is not declared for WIFI_MONITOR_SUPPORT disabled case, which will cause build failure. To fix it, declare dp_monitor_reap_timer_suspend() in 'dp_internal.h' for WIFI_MONITOR_SUPPORT disabled case. Change-Id: Id4d246975ccf9eec06a8c794fbbe71f8a934826b CRs-Fixed: 3309771
This commit is contained in:

committed by
Madan Koyyalamudi

parent
cfd13d2ad2
commit
7f84ab9a72
@@ -610,6 +610,11 @@ bool dp_monitor_reap_timer_stop(struct dp_soc *soc,
|
||||
return false;
|
||||
}
|
||||
|
||||
static inline void
|
||||
dp_monitor_reap_timer_suspend(struct dp_soc *soc)
|
||||
{
|
||||
}
|
||||
|
||||
static inline
|
||||
void dp_monitor_vdev_timer_init(struct dp_soc *soc)
|
||||
{
|
||||
|
Reference in New Issue
Block a user