]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/rtl8192e/r8190_rtl8256.h
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
[~andy/linux] / drivers / staging / rtl8192e / r8190_rtl8256.h
index d9347fa4615cc330caff4b0b522cdb3c85b2845b..58f92903fca4575f22267aff826942699f115d1e 100644 (file)
 
 #define RTL819X_TOTAL_RF_PATH 2 /* for 8192E */
 
-void PHY_SetRF8256Bandwidth(struct net_device *dev,
+void PHY_SetRF8256Bandwidth(struct r8192_priv *priv,
                                   HT_CHANNEL_WIDTH Bandwidth);
 
-RT_STATUS PHY_RF8256_Config(struct net_device *dev);
+RT_STATUS PHY_RF8256_Config(struct r8192_priv *priv);
 
-RT_STATUS phy_RF8256_Config_ParaFile(struct net_device *dev);
+RT_STATUS phy_RF8256_Config_ParaFile(struct r8192_priv *priv);
 
-void PHY_SetRF8256CCKTxPower(struct net_device *dev, u8 powerlevel);
-void PHY_SetRF8256OFDMTxPower(struct net_device *dev, u8 powerlevel);
+void PHY_SetRF8256CCKTxPower(struct r8192_priv *priv, u8 powerlevel);
+void PHY_SetRF8256OFDMTxPower(struct r8192_priv *priv, u8 powerlevel);
 
-bool MgntActSet_RF_State(struct net_device *dev,
-                               RT_RF_POWER_STATE StateToSet,
-                               RT_RF_CHANGE_SOURCE ChangeSource);
+bool MgntActSet_RF_State(struct r8192_priv *priv,
+                        RT_RF_POWER_STATE StateToSet,
+                        RT_RF_CHANGE_SOURCE ChangeSource);
 
 #endif /* RTL8225_H */