|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2021 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -261,7 +261,7 @@ static int pkt_capture_mon_thread(void *arg)
|
|
|
mon_ctx = (struct pkt_capture_mon_context *)arg;
|
|
|
set_user_nice(current, -1);
|
|
|
#ifdef MSM_PLATFORM
|
|
|
- set_wake_up_idle(true);
|
|
|
+ qdf_set_wake_up_idle(true);
|
|
|
#endif
|
|
|
|
|
|
/**
|