~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/rtl8192e/r8190_rtl8256.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#ifndef RTL8225_H
11
11
#define RTL8225_H
12
12
 
13
 
#ifdef RTL8190P
14
 
#define RTL819X_TOTAL_RF_PATH 4
15
 
#else
16
13
#define RTL819X_TOTAL_RF_PATH 2 /* for 8192E */
17
 
#endif
18
14
 
19
 
void PHY_SetRF8256Bandwidth(struct net_device *dev,
 
15
void PHY_SetRF8256Bandwidth(struct r8192_priv *priv,
20
16
                                   HT_CHANNEL_WIDTH Bandwidth);
21
17
 
22
 
RT_STATUS PHY_RF8256_Config(struct net_device *dev);
23
 
 
24
 
RT_STATUS phy_RF8256_Config_ParaFile(struct net_device *dev);
25
 
 
26
 
void PHY_SetRF8256CCKTxPower(struct net_device *dev, u8 powerlevel);
27
 
void PHY_SetRF8256OFDMTxPower(struct net_device *dev, u8 powerlevel);
28
 
 
29
 
bool MgntActSet_RF_State(struct net_device *dev,
30
 
                                RT_RF_POWER_STATE StateToSet,
31
 
                                RT_RF_CHANGE_SOURCE ChangeSource);
 
18
RT_STATUS PHY_RF8256_Config(struct r8192_priv *priv);
 
19
 
 
20
RT_STATUS phy_RF8256_Config_ParaFile(struct r8192_priv *priv);
 
21
 
 
22
void PHY_SetRF8256CCKTxPower(struct r8192_priv *priv, u8 powerlevel);
 
23
void PHY_SetRF8256OFDMTxPower(struct r8192_priv *priv, u8 powerlevel);
 
24
 
 
25
bool MgntActSet_RF_State(struct r8192_priv *priv,
 
26
                         RT_RF_POWER_STATE StateToSet,
 
27
                         RT_RF_CHANGE_SOURCE ChangeSource);
32
28
 
33
29
#endif /* RTL8225_H */