// SPDX-License-Identifier: ISC /* * Copyright (c) 2013,2016 Qualcomm Atheros, Inc. * Copyright (c) 2018, The Linux Foundation. All rights reserved. */ #include "wil6210.h" #include "trace.h" void __wil_err(struct wil6210_priv *wil, const char *fmt, ...) { … } void __wil_err_ratelimited(struct wil6210_priv *wil, const char *fmt, ...) { … } void wil_dbg_ratelimited(const struct wil6210_priv *wil, const char *fmt, ...) { … } void __wil_info(struct wil6210_priv *wil, const char *fmt, ...) { … } void wil_dbg_trace(struct wil6210_priv *wil, const char *fmt, ...) { … }