// SPDX-License-Identifier: BSD-3-Clause-Clear /* * Copyright (c) 2022-2023, Qualcomm Innovation Center, Inc. All rights reserved. */ #include "core.h" #include "debug.h" static int ath11k_fw_request_firmware_api_n(struct ath11k_base *ab, const char *name) { … } int ath11k_fw_pre_init(struct ath11k_base *ab) { … } void ath11k_fw_destroy(struct ath11k_base *ab) { … }