/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. */ /* "API" level of the ath11k testmode interface. Bump it after every * incompatible interface change. */ #define ATH11K_TESTMODE_VERSION_MAJOR … /* Bump this after every _compatible_ interface change, for example * addition of a new command or an attribute. */ #define ATH11K_TESTMODE_VERSION_MINOR … #define ATH11K_TM_DATA_MAX_LEN … #define ATH11K_FTM_EVENT_MAX_BUF_LENGTH … enum ath11k_tm_attr { … }; /* All ath11k testmode interface commands specified in * ATH11K_TM_ATTR_CMD */ enum ath11k_tm_cmd { … };