treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / net / wireless / realtek / rtlwifi / rtl8192se / rf.h
bloba5959a228a353a4ac3e71697c64c14f8aa27d89a
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009-2012 Realtek Corporation.*/
4 #ifndef __INC_RTL92S_RF_H
5 #define __INC_RTL92S_RF_H
7 #define RF6052_MAX_TX_PWR 0x3F
9 void rtl92s_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw,
10 u8 bandwidth);
11 bool rtl92s_phy_rf6052_config(struct ieee80211_hw *hw) ;
12 void rtl92s_phy_rf6052_set_ccktxpower(struct ieee80211_hw *hw,
13 u8 powerlevel);
14 void rtl92s_phy_rf6052_set_ofdmtxpower(struct ieee80211_hw *hw,
15 u8 *p_pwrlevel, u8 chnl);
17 #endif