// SPDX-License-Identifier: GPL-2.0 /* Copyright(c) 2009-2014 Realtek Corporation.*/ #include "../wifi.h" #include "reg.h" #include "def.h" #include "phy.h" #include "rf.h" #include "dm.h" static bool _rtl92ee_phy_rf6052_config_parafile(struct ieee80211_hw *hw); void rtl92ee_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth) { … } bool rtl92ee_phy_rf6052_config(struct ieee80211_hw *hw) { … } static bool _rtl92ee_phy_rf6052_config_parafile(struct ieee80211_hw *hw) { … }