root/drivers/net/wireless/realtek/rtlwifi/rtl8723com/dm_common.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /* Copyright(c) 2009-2014  Realtek Corporation.*/
   3 
   4 #ifndef __DM_COMMON_H__
   5 #define __DM_COMMON_H__
   6 
   7 void rtl8723_dm_init_dynamic_txpower(struct ieee80211_hw *hw);
   8 void rtl8723_dm_init_edca_turbo(struct ieee80211_hw *hw);
   9 void rtl8723_dm_init_dynamic_bb_powersaving(struct ieee80211_hw *hw);
  10 
  11 #endif

/* [<][>][^][v][top][bottom][index][help] */