OSDN Git Service

staging: rtl8192e: Rename rtl8192_phy_ConfigRFWithHeaderFile
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Sun, 19 Jul 2015 17:27:49 +0000 (19:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Jul 2015 04:24:18 +0000 (21:24 -0700)
Use naming schema found in other rtlwifi devices.
Rename rtl8192_phy_ConfigRFWithHeaderFile to rtl92e_config_rf_path.

Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h

index 1482a28..9ed8637 100644 (file)
@@ -141,7 +141,7 @@ static bool phy_RF8256_Config_ParaFile(struct net_device *dev)
                case RF90_PATH_A:
                        while (RF3_Final_Value != RegValueToBeCheck &&
                               RetryTimes != 0) {
-                               ret = rtl8192_phy_ConfigRFWithHeaderFile(dev,
+                               ret = rtl92e_config_rf_path(dev,
                                                (enum rf90_radio_path)eRFPath);
                                RF3_Final_Value = rtl8192_phy_QueryRFReg(dev,
                                                 (enum rf90_radio_path)eRFPath,
@@ -157,7 +157,7 @@ static bool phy_RF8256_Config_ParaFile(struct net_device *dev)
                case RF90_PATH_B:
                        while (RF3_Final_Value != RegValueToBeCheck &&
                               RetryTimes != 0) {
-                               ret = rtl8192_phy_ConfigRFWithHeaderFile(dev,
+                               ret = rtl92e_config_rf_path(dev,
                                                (enum rf90_radio_path)eRFPath);
                                RF3_Final_Value = rtl8192_phy_QueryRFReg(dev,
                                                 (enum rf90_radio_path)eRFPath,
@@ -173,7 +173,7 @@ static bool phy_RF8256_Config_ParaFile(struct net_device *dev)
                case RF90_PATH_C:
                        while (RF3_Final_Value != RegValueToBeCheck &&
                               RetryTimes != 0) {
-                               ret = rtl8192_phy_ConfigRFWithHeaderFile(dev,
+                               ret = rtl92e_config_rf_path(dev,
                                                (enum rf90_radio_path)eRFPath);
                                RF3_Final_Value = rtl8192_phy_QueryRFReg(dev,
                                                (enum rf90_radio_path)eRFPath,
@@ -189,7 +189,7 @@ static bool phy_RF8256_Config_ParaFile(struct net_device *dev)
                case RF90_PATH_D:
                        while (RF3_Final_Value != RegValueToBeCheck &&
                               RetryTimes != 0) {
-                               ret = rtl8192_phy_ConfigRFWithHeaderFile(dev,
+                               ret = rtl92e_config_rf_path(dev,
                                               (enum rf90_radio_path)eRFPath);
                                RF3_Final_Value = rtl8192_phy_QueryRFReg(dev,
                                               (enum rf90_radio_path)eRFPath,
index 36090f7..cc39cb5 100644 (file)
@@ -717,8 +717,7 @@ void rtl8192_phy_updateInitGain(struct net_device *dev)
 {
 }
 
-u8 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device *dev,
-                                     enum rf90_radio_path eRFPath)
+u8 rtl92e_config_rf_path(struct net_device *dev, enum rf90_radio_path eRFPath)
 {
 
        int i;
index 4cfd4cb..9421803 100644 (file)
@@ -87,8 +87,8 @@ extern void rtl8192_phy_getTxPower(struct net_device *dev);
 extern void rtl8192_phy_setTxPower(struct net_device *dev, u8 channel);
 extern bool rtl8192_phy_RFConfig(struct net_device *dev);
 extern void rtl8192_phy_updateInitGain(struct net_device *dev);
-extern u8 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device *dev,
-                                            enum rf90_radio_path eRFPath);
+extern u8 rtl92e_config_rf_path(struct net_device *dev,
+                               enum rf90_radio_path eRFPath);
 
 extern u8 rtl8192_phy_SwChnl(struct net_device *dev, u8 channel);
 extern void rtl8192_SetBWMode(struct net_device *dev,