/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* Copyright(c) 2023 Realtek Corporation */ #ifndef __RTW89_8922A_H__ #define __RTW89_8922A_H__ #include "core.h" #define RF_PATH_NUM_8922A … #define BB_PATH_NUM_8922A … struct rtw8922a_tssi_offset { … } __packed; struct rtw8922a_rx_gain { … } __packed; struct rtw8922a_rx_gain_6g { … } __packed; struct rtw8922a_efuse { … } __packed; extern const struct rtw89_chip_info rtw8922a_chip_info; #endif