// SPDX-License-Identifier: GPL-2.0 /* Copyright(c) 2024 Realtek Corporation.*/ #include "../wifi.h" #include "../core.h" #include "../rtl8192d/reg.h" #include "../rtl8192d/def.h" #include "../rtl8192d/dm_common.h" #include "../rtl8192d/fw_common.h" #include "dm.h" static void rtl92du_dm_init_1r_cca(struct ieee80211_hw *hw) { … } static void rtl92du_dm_1r_cca(struct ieee80211_hw *hw) { … } static void rtl92du_dm_pwdb_monitor(struct ieee80211_hw *hw) { … } void rtl92du_dm_init(struct ieee80211_hw *hw) { … } void rtl92du_dm_watchdog(struct ieee80211_hw *hw) { … }