Commit 66a5c29b authored by Mateusz Kulikowski's avatar Mateusz Kulikowski Committed by Greg Kroah-Hartman

staging: rtl8192e: Rename rtl8192_get_channel_map

Use naming schema found in other rtlwifi devices.
Rename rtl8192_get_channel_map to _rtl92e_get_channel_map.
Signed-off-by: default avatarMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2cfc3758
...@@ -1034,7 +1034,7 @@ static void _rtl92e_init_priv_task(struct net_device *dev) ...@@ -1034,7 +1034,7 @@ static void _rtl92e_init_priv_task(struct net_device *dev)
(unsigned long)priv); (unsigned long)priv);
} }
static short rtl8192_get_channel_map(struct net_device *dev) static short _rtl92e_get_channel_map(struct net_device *dev)
{ {
int i; int i;
...@@ -1076,7 +1076,7 @@ static short _rtl92e_init(struct net_device *dev) ...@@ -1076,7 +1076,7 @@ static short _rtl92e_init(struct net_device *dev)
_rtl92e_init_priv_task(dev); _rtl92e_init_priv_task(dev);
priv->ops->get_eeprom_size(dev); priv->ops->get_eeprom_size(dev);
priv->ops->init_adapter_variable(dev); priv->ops->init_adapter_variable(dev);
rtl8192_get_channel_map(dev); _rtl92e_get_channel_map(dev);
rtl92e_dm_init(dev); rtl92e_dm_init(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