xref: /freebsd/sys/contrib/dev/athk/ath11k/wow.h (revision f3065e767def62d9b593dd7528c0eb121a7e1439)
1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
2 /*
3  * Copyright (c) 2020 The Linux Foundation. All rights reserved.
4  */
5 
6 #define ATH11K_WOW_RETRY_NUM		3
7 #define ATH11K_WOW_RETRY_WAIT_MS	200
8 
9 int ath11k_wow_enable(struct ath11k_base *ab);
10 int ath11k_wow_wakeup(struct ath11k_base *ab);
11