mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
staging: rtl8192e: Rename rtl8192_refresh_supportrate
Use naming schema found in other rtlwifi devices. Rename rtl8192_refresh_supportrate to _rtl92e_refresh_support_rate. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c5d0d6f5db
commit
422c8bef06
@@ -658,7 +658,7 @@ void rtl92e_config_rate(struct net_device *dev, u16 *rate_config)
|
||||
}
|
||||
}
|
||||
|
||||
static void rtl8192_refresh_supportrate(struct r8192_priv *priv)
|
||||
static void _rtl92e_refresh_support_rate(struct r8192_priv *priv)
|
||||
{
|
||||
struct rtllib_device *ieee = priv->rtllib;
|
||||
|
||||
@@ -739,7 +739,7 @@ void rtl92e_set_wireless_mode(struct net_device *dev, u8 wireless_mode)
|
||||
}
|
||||
|
||||
RT_TRACE(COMP_INIT, "Current Wireless Mode is %x\n", wireless_mode);
|
||||
rtl8192_refresh_supportrate(priv);
|
||||
_rtl92e_refresh_support_rate(priv);
|
||||
}
|
||||
|
||||
static int _rtl8192_sta_up(struct net_device *dev, bool is_silent_reset)
|
||||
|
||||
Reference in New Issue
Block a user