1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2 /* Copyright(c) 2023 Realtek Corporation 3 */ 4 5 #ifndef __RTW89_8922A_RFK_H__ 6 #define __RTW89_8922A_RFK_H__ 7 8 #include "core.h" 9 10 void rtw8922a_tssi_cont_en_phyidx(struct rtw89_dev *rtwdev, bool en, u8 phy_idx); 11 void rtw8922a_set_channel_rf(struct rtw89_dev *rtwdev, 12 const struct rtw89_chan *chan, 13 enum rtw89_phy_idx phy_idx); 14 void rtw8922a_rfk_hw_init(struct rtw89_dev *rtwdev); 15 void rtw8922a_pre_set_channel_rf(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx); 16 void rtw8922a_post_set_channel_rf(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy_idx); 17 18 #endif 19