1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright(c) 2009-2012 Realtek Corporation.*/ 3 4 #include "../rtl8192ce/dm.h" 5 6 void rtl92cu_dm_dynamic_txpower(struct ieee80211_hw *hw); 7 void dm_savepowerindex(struct ieee80211_hw *hw); 8 void dm_writepowerindex(struct ieee80211_hw *hw, u8 value); 9 void dm_restorepowerindex(struct ieee80211_hw *hw); 10