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: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Mateusz Kulikowski 2015-09-20 10:13:44 +02:00 committed by Greg Kroah-Hartman
parent 2cfc37586a
commit 66a5c29b33

View File

@ -1034,7 +1034,7 @@ static void _rtl92e_init_priv_task(struct net_device *dev)
(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;
@ -1076,7 +1076,7 @@ static short _rtl92e_init(struct net_device *dev)
_rtl92e_init_priv_task(dev);
priv->ops->get_eeprom_size(dev);
priv->ops->init_adapter_variable(dev);
rtl8192_get_channel_map(dev);
_rtl92e_get_channel_map(dev);
rtl92e_dm_init(dev);