aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenia Ragiadakou <burzalodowa@gmail.com>2013-06-24 19:29:00 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-24 19:44:59 -0400
commita029ccae0ac349a5f56c9a8fc9dd229679449c6f (patch)
tree6c87736b23cd8c211406ded5b68fa7906f5ee359
parent2703d1b15b7b7f3ec9b639a720affdc3a5067826 (diff)
staging: rtl8192u: rename variables in r819xU_phy.h
This patch renames the variables that were renamed in r819xU_phy.c to preserve consistency between the two. Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8192u/r819xU_phy.h10
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
60extern u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath); 60extern u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath);
61extern void rtl8192_setBBreg(struct net_device *dev, u32 dwRegAddr, u32 dwBitMask, u32 dwData); 61extern void rtl8192_setBBreg(struct net_device *dev, u32 reg_addr, u32 bitmask, u32 data);
62extern u32 rtl8192_QueryBBReg(struct net_device *dev, u32 dwRegAddr, u32 dwBitMask); 62extern u32 rtl8192_QueryBBReg(struct net_device *dev, u32 reg_addr, u32 bitmask);
63extern void rtl8192_phy_SetRFReg(struct net_device *dev, RF90_RADIO_PATH_E eRFPath, u32 RegAddr, u32 BitMask, u32 Data); 63extern void rtl8192_phy_SetRFReg(struct net_device *dev, RF90_RADIO_PATH_E eRFPath, u32 reg_addr, u32 bitmask, u32 data);
64extern u32 rtl8192_phy_QueryRFReg(struct net_device *dev, RF90_RADIO_PATH_E eRFPath, u32 RegAddr, u32 BitMask); 64extern u32 rtl8192_phy_QueryRFReg(struct net_device *dev, RF90_RADIO_PATH_E eRFPath, u32 reg_addr, u32 bitmask);
65extern void rtl8192_phy_configmac(struct net_device *dev); 65extern void rtl8192_phy_configmac(struct net_device *dev);
66extern void rtl8192_phyConfigBB(struct net_device *dev, u8 ConfigType); 66extern void rtl8192_phyConfigBB(struct net_device *dev, u8 ConfigType);
67extern u8 rtl8192_phy_checkBBAndRF(struct net_device *dev, HW90_BLOCK_E CheckBlock, RF90_RADIO_PATH_E eRFPath); 67extern 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);
73extern u8 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device *dev, RF90_RADIO_PATH_E eRFPath); 73extern u8 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device *dev, RF90_RADIO_PATH_E eRFPath);
74 74
75extern u8 rtl8192_phy_SwChnl(struct net_device *dev, u8 channel); 75extern u8 rtl8192_phy_SwChnl(struct net_device *dev, u8 channel);
76extern void rtl8192_SetBWMode(struct net_device *dev, HT_CHANNEL_WIDTH Bandwidth, HT_EXTCHNL_OFFSET Offset); 76extern void rtl8192_SetBWMode(struct net_device *dev, HT_CHANNEL_WIDTH bandwidth, HT_EXTCHNL_OFFSET offset);
77extern void rtl8192_SwChnl_WorkItem(struct net_device *dev); 77extern void rtl8192_SwChnl_WorkItem(struct net_device *dev);
78void rtl8192_SetBWModeWorkItem(struct net_device *dev); 78void rtl8192_SetBWModeWorkItem(struct net_device *dev);
79extern bool rtl8192_SetRFPowerState(struct net_device *dev, RT_RF_POWER_STATE eRFPowerState); 79extern bool rtl8192_SetRFPowerState(struct net_device *dev, RT_RF_POWER_STATE eRFPowerState);