treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / net / wireless / realtek / rtlwifi / rtl8723com / dm_common.h
blob6300be65aba0955d921ec2c35cbb1b71866774d5
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009-2014 Realtek Corporation.*/
4 #ifndef __DM_COMMON_H__
5 #define __DM_COMMON_H__
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);
11 #endif