Documentation: litmus-tests: Correct spelling
[linux-block.git] / drivers / staging / r8188eu / include / rtl8188e_rf.h
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright(c) 2007 - 2011 Realtek Corporation. */
3
4 #ifndef __RTL8188E_RF_H__
5 #define __RTL8188E_RF_H__
6
7 #define         RF6052_MAX_TX_PWR               0x3F
8 #define         RF6052_MAX_REG                  0x3F
9 #define         RF6052_MAX_PATH                 2
10
11 int phy_RF6052_Config_ParaFile(struct adapter *Adapter);
12 void rtl8188e_PHY_RF6052SetBandwidth(struct adapter *Adapter,
13                                      enum ht_channel_width Bandwidth);
14 void    rtl8188e_PHY_RF6052SetCckTxPower(struct adapter *Adapter, u8 *level);
15 void    rtl8188e_PHY_RF6052SetOFDMTxPower(struct adapter *Adapter, u8 *ofdm,
16                                           u8 *pwrbw20, u8 *pwrbw40, u8 channel);
17
18 #endif/* __RTL8188E_RF_H__ */