diff options
author | Xenia Ragiadakou <burzalodowa@gmail.com> | 2013-06-24 19:29:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-24 19:44:59 -0400 |
commit | a029ccae0ac349a5f56c9a8fc9dd229679449c6f (patch) | |
tree | 6c87736b23cd8c211406ded5b68fa7906f5ee359 | |
parent | 2703d1b15b7b7f3ec9b639a720affdc3a5067826 (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.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); |