diff --git a/drivers/base/power/wakeup.c b/drivers/base/power/wakeup.c index cb7f7f4c16719..7ddba8b92c0ab 100644 --- a/drivers/base/power/wakeup.c +++ b/drivers/base/power/wakeup.c @@ -25,7 +25,7 @@ #include "boeffla_wl_blocker.h" char list_wl_search[LENGTH_LIST_WL_SEARCH] = {0}; -bool wl_blocker_active = false; +bool wl_blocker_active = true; bool wl_blocker_debug = false; static void wakeup_source_deactivate(struct wakeup_source *ws);