Commit 43af9f4a authored by Mateusz Kulikowski's avatar Mateusz Kulikowski Committed by Greg Kroah-Hartman

staging: rtl8192e: Rename rtl8192_BB_Config_ParaFile

Use naming schema found in other rtlwifi devices.
Rename rtl8192_BB_Config_ParaFile to _rtl92e_bb_config_para_file.
Signed-off-by: default avatarMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6a2c58a2
...@@ -544,7 +544,7 @@ bool rtl92e_check_bb_and_rf(struct net_device *dev, enum hw90_block CheckBlock, ...@@ -544,7 +544,7 @@ bool rtl92e_check_bb_and_rf(struct net_device *dev, enum hw90_block CheckBlock,
return ret; return ret;
} }
static bool rtl8192_BB_Config_ParaFile(struct net_device *dev) static bool _rtl92e_bb_config_para_file(struct net_device *dev)
{ {
struct r8192_priv *priv = rtllib_priv(dev); struct r8192_priv *priv = rtllib_priv(dev);
bool rtStatus = true; bool rtStatus = true;
...@@ -598,7 +598,7 @@ static bool rtl8192_BB_Config_ParaFile(struct net_device *dev) ...@@ -598,7 +598,7 @@ static bool rtl8192_BB_Config_ParaFile(struct net_device *dev)
bool rtl92e_config_bb(struct net_device *dev) bool rtl92e_config_bb(struct net_device *dev)
{ {
rtl8192_InitBBRFRegDef(dev); rtl8192_InitBBRFRegDef(dev);
return rtl8192_BB_Config_ParaFile(dev); return _rtl92e_bb_config_para_file(dev);
} }
void rtl92e_get_tx_power(struct net_device *dev) void rtl92e_get_tx_power(struct net_device *dev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment