Current design supports only AHB interface for 11ax chipset. Refactor the code by adding hif layer for bus level abstraction to support PCI based device. Signed-off-by: Govind Singh <govinds@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200506094400.4740-2-govinds@codeaurora.org
14 lines
262 B
C
14 lines
262 B
C
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
|
/*
|
|
* Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
|
|
*/
|
|
#ifndef ATH11K_AHB_H
|
|
#define ATH11K_AHB_H
|
|
|
|
#include "core.h"
|
|
|
|
#define ATH11K_AHB_RECOVERY_TIMEOUT (3 * HZ)
|
|
struct ath11k_base;
|
|
|
|
#endif
|