linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/dm_common.h
<<
>>
Prefs
   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
   7void rtl8723_dm_init_dynamic_txpower(struct ieee80211_hw *hw);
   8void rtl8723_dm_init_edca_turbo(struct ieee80211_hw *hw);
   9void rtl8723_dm_init_dynamic_bb_powersaving(struct ieee80211_hw *hw);
  10
  11#endif
  12