From 003486fd3c910f381edd178db05ef925031265a3 Mon Sep 17 00:00:00 2001 From: Mateusz Kulikowski Date: Sun, 20 Sep 2015 10:14:06 +0200 Subject: [PATCH] staging: rtl8192e: Rename rtl8192_InitBBRFRegDef Use naming schema found in other rtlwifi devices. Rename rtl8192_InitBBRFRegDef to _rtl92e_init_bb_rf_reg_def. Signed-off-by: Mateusz Kulikowski Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c index 436f421..6b61f32 100644 --- a/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c +++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c @@ -395,7 +395,7 @@ static void _rtl92e_phy_config_bb(struct net_device *dev, u8 ConfigType) } } -static void rtl8192_InitBBRFRegDef(struct net_device *dev) +static void _rtl92e_init_bb_rf_reg_def(struct net_device *dev) { struct r8192_priv *priv = rtllib_priv(dev); @@ -597,7 +597,7 @@ static bool _rtl92e_bb_config_para_file(struct net_device *dev) } bool rtl92e_config_bb(struct net_device *dev) { - rtl8192_InitBBRFRegDef(dev); + _rtl92e_init_bb_rf_reg_def(dev); return _rtl92e_bb_config_para_file(dev); } -- 2.7.4