treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / net / wireless / realtek / rtlwifi / rtl8192de / rf.h
blob4e646cc9ebc02797c4249760f40ca4687b0e0f9b
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009-2012 Realtek Corporation.*/
4 #ifndef __RTL92D_RF_H__
5 #define __RTL92D_RF_H__
7 void rtl92d_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);
8 void rtl92d_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,
9 u8 *ppowerlevel);
10 void rtl92d_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
11 u8 *ppowerlevel, u8 channel);
12 bool rtl92d_phy_rf6052_config(struct ieee80211_hw *hw);
13 bool rtl92d_phy_enable_anotherphy(struct ieee80211_hw *hw, bool bmac0);
14 void rtl92d_phy_powerdown_anotherphy(struct ieee80211_hw *hw, bool bmac0);
16 #endif