2019-02-14 19:59:13 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
2011-02-19 22:29:02 +00:00
|
|
|
|
|
|
|
#include "../rtl8192ce/dm.h"
|
|
|
|
|
2011-02-23 16:24:58 +00:00
|
|
|
void rtl92cu_dm_dynamic_txpower(struct ieee80211_hw *hw);
|
2013-11-18 17:11:33 +00:00
|
|
|
void dm_savepowerindex(struct ieee80211_hw *hw);
|
|
|
|
void dm_writepowerindex(struct ieee80211_hw *hw, u8 value);
|
|
|
|
void dm_restorepowerindex(struct ieee80211_hw *hw);
|