diff options
| -rw-r--r-- | drivers/staging/rtl8192u/r819xU_phy.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/rtl8192u/r819xU_phy.h b/drivers/staging/rtl8192u/r819xU_phy.h index 74405a324406..6ecd76508b9c 100644 --- a/drivers/staging/rtl8192u/r819xU_phy.h +++ b/drivers/staging/rtl8192u/r819xU_phy.h | |||
| @@ -58,10 +58,10 @@ typedef enum _RF90_RADIO_PATH { | |||
| 58 | #define bMaskDWord 0xffffffff | 58 | #define bMaskDWord 0xffffffff |
| 59 | 59 | ||
| 60 | extern u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath); | 60 | extern u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath); |
| 61 | extern void rtl8192_setBBreg(struct net_device *dev, u32 dwRegAddr, u32 dwBitMask, u32 dwData); | 61 | extern void rtl8192_setBBreg(struct net_device *dev, u32 reg_addr, u32 bitmask, u32 data); |
| 62 | extern u32 rtl8192_QueryBBReg(struct net_device *dev, u32 dwRegAddr, u32 dwBitMask); | 62 | extern u32 rtl8192_QueryBBReg(struct net_device *dev, u32 reg_addr, u32 bitmask); |
| 63 | extern void rtl8192_phy_SetRFReg(struct net_device *dev, RF90_RADIO_PATH_E eRFPath, u32 RegAddr, u32 BitMask, u32 Data); | 63 | extern void rtl8192_phy_SetRFReg(struct net_device *dev, RF90_RADIO_PATH_E eRFPath, u32 reg_addr, u32 bitmask, u32 data); |
| 64 | extern u32 rtl8192_phy_QueryRFReg(struct net_device *dev, RF90_RADIO_PATH_E eRFPath, u32 RegAddr, u32 BitMask); | 64 | extern u32 rtl8192_phy_QueryRFReg(struct net_device *dev, RF90_RADIO_PATH_E eRFPath, u32 reg_addr, u32 bitmask); |
| 65 | extern void rtl8192_phy_configmac(struct net_device *dev); | 65 | extern void rtl8192_phy_configmac(struct net_device *dev); |
| 66 | extern void rtl8192_phyConfigBB(struct net_device *dev, u8 ConfigType); | 66 | extern void rtl8192_phyConfigBB(struct net_device *dev, u8 ConfigType); |
| 67 | extern u8 rtl8192_phy_checkBBAndRF(struct net_device *dev, HW90_BLOCK_E CheckBlock, RF90_RADIO_PATH_E eRFPath); | 67 | extern u8 rtl8192_phy_checkBBAndRF(struct net_device *dev, HW90_BLOCK_E CheckBlock, RF90_RADIO_PATH_E eRFPath); |
| @@ -73,7 +73,7 @@ extern void rtl8192_phy_updateInitGain(struct net_device *dev); | |||
| 73 | extern u8 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device *dev, RF90_RADIO_PATH_E eRFPath); | 73 | extern u8 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device *dev, RF90_RADIO_PATH_E eRFPath); |
| 74 | 74 | ||
| 75 | extern u8 rtl8192_phy_SwChnl(struct net_device *dev, u8 channel); | 75 | extern u8 rtl8192_phy_SwChnl(struct net_device *dev, u8 channel); |
| 76 | extern void rtl8192_SetBWMode(struct net_device *dev, HT_CHANNEL_WIDTH Bandwidth, HT_EXTCHNL_OFFSET Offset); | 76 | extern void rtl8192_SetBWMode(struct net_device *dev, HT_CHANNEL_WIDTH bandwidth, HT_EXTCHNL_OFFSET offset); |
| 77 | extern void rtl8192_SwChnl_WorkItem(struct net_device *dev); | 77 | extern void rtl8192_SwChnl_WorkItem(struct net_device *dev); |
| 78 | void rtl8192_SetBWModeWorkItem(struct net_device *dev); | 78 | void rtl8192_SetBWModeWorkItem(struct net_device *dev); |
| 79 | extern bool rtl8192_SetRFPowerState(struct net_device *dev, RT_RF_POWER_STATE eRFPowerState); | 79 | extern bool rtl8192_SetRFPowerState(struct net_device *dev, RT_RF_POWER_STATE eRFPowerState); |
