Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / rtl8192e / r8190_rtl8256.h
blob58f92903fca4575f22267aff826942699f115d1e
1 /* r8190_rtl8256.h - rtl8256 radio frontend
3 * This is part of the rtl8180-sa2400 driver
4 * released under the GPL (See file COPYING for details).
5 * Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it>
7 * Many thanks to Realtek Corp. for their great support!
8 */
10 #ifndef RTL8225_H
11 #define RTL8225_H
13 #define RTL819X_TOTAL_RF_PATH 2 /* for 8192E */
15 void PHY_SetRF8256Bandwidth(struct r8192_priv *priv,
16 HT_CHANNEL_WIDTH Bandwidth);
18 RT_STATUS PHY_RF8256_Config(struct r8192_priv *priv);
20 RT_STATUS phy_RF8256_Config_ParaFile(struct r8192_priv *priv);
22 void PHY_SetRF8256CCKTxPower(struct r8192_priv *priv, u8 powerlevel);
23 void PHY_SetRF8256OFDMTxPower(struct r8192_priv *priv, u8 powerlevel);
25 bool MgntActSet_RF_State(struct r8192_priv *priv,
26 RT_RF_POWER_STATE StateToSet,
27 RT_RF_CHANGE_SOURCE ChangeSource);
29 #endif /* RTL8225_H */