staging: rtl8192e: Remove RTL8192P and RTL8192U ifdefs
[deliverable/linux.git] / drivers / staging / rtl8192e / r8190_rtl8256.h
CommitLineData
8f266841
RV
1/* r8190_rtl8256.h - rtl8256 radio frontend
2 *
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>
6 *
7 * Many thanks to Realtek Corp. for their great support!
8 */
ecdfa446 9
8f266841
RV
10#ifndef RTL8225_H
11#define RTL8225_H
ecdfa446 12
8f266841 13#define RTL819X_TOTAL_RF_PATH 2 /* for 8192E */
ecdfa446 14
51ae5d55 15void PHY_SetRF8256Bandwidth(struct net_device *dev,
8f266841
RV
16 HT_CHANNEL_WIDTH Bandwidth);
17
51ae5d55 18RT_STATUS PHY_RF8256_Config(struct net_device *dev);
8f266841 19
51ae5d55 20RT_STATUS phy_RF8256_Config_ParaFile(struct net_device *dev);
8f266841 21
51ae5d55
MM
22void PHY_SetRF8256CCKTxPower(struct net_device *dev, u8 powerlevel);
23void PHY_SetRF8256OFDMTxPower(struct net_device *dev, u8 powerlevel);
8f266841 24
51ae5d55 25bool MgntActSet_RF_State(struct net_device *dev,
8f266841
RV
26 RT_RF_POWER_STATE StateToSet,
27 RT_RF_CHANGE_SOURCE ChangeSource);
28
29#endif /* RTL8225_H */
This page took 0.148287 seconds and 5 git commands to generate.