mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
staging: rtl8192e: Rename rtl819x_ifsilentreset
Use naming schema found in other rtlwifi devices. Rename rtl819x_ifsilentreset to _rtl92e_if_silent_reset. 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
79fbe93231
commit
5e177a9f4e
@@ -1231,7 +1231,7 @@ static void rtl819x_silentreset_mesh_bk(struct net_device *dev, u8 IsPortal)
|
||||
{
|
||||
}
|
||||
|
||||
static void rtl819x_ifsilentreset(struct net_device *dev)
|
||||
static void _rtl92e_if_silent_reset(struct net_device *dev)
|
||||
{
|
||||
struct r8192_priv *priv = rtllib_priv(dev);
|
||||
u8 reset_times = 0;
|
||||
@@ -1538,7 +1538,7 @@ static void rtl819x_watchdog_wqcallback(void *data)
|
||||
|
||||
if (((priv->force_reset) || (!priv->bDisableNormalResetCheck &&
|
||||
ResetType == RESET_TYPE_SILENT)))
|
||||
rtl819x_ifsilentreset(dev);
|
||||
_rtl92e_if_silent_reset(dev);
|
||||
priv->force_reset = false;
|
||||
priv->bForcedSilentReset = false;
|
||||
priv->bResetInProgress = false;
|
||||
|
||||
Reference in New Issue
Block a user