mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
11 lines
287 B
C
11 lines
287 B
C
![]() |
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
||
|
/*
|
||
|
* Copyright (c) 2020 The Linux Foundation. All rights reserved.
|
||
|
*/
|
||
|
|
||
|
#define ATH11K_WOW_RETRY_NUM 3
|
||
|
#define ATH11K_WOW_RETRY_WAIT_MS 200
|
||
|
|
||
|
int ath11k_wow_enable(struct ath11k_base *ab);
|
||
|
int ath11k_wow_wakeup(struct ath11k_base *ab);
|