blob: dabc4ee63cf6f74c4a288314e9d86b7f0cddb6a2 [file] [log] [blame]
Carl Huang79802b12020-12-11 19:35:48 +02001/* 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
9int ath11k_wow_enable(struct ath11k_base *ab);
10int ath11k_wow_wakeup(struct ath11k_base *ab);