generic: ar8216: rename ar8xxx_mib_cleanup to ar8xxx_mib_stop
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35546
This commit is contained in:
parent
f97170a720
commit
98b13e39ac
1 changed files with 2 additions and 2 deletions
|
@ -1756,7 +1756,7 @@ ar8xxx_mib_start(struct ar8216_priv *priv)
|
|||
}
|
||||
|
||||
static void
|
||||
ar8xxx_mib_cleanup(struct ar8216_priv *priv)
|
||||
ar8xxx_mib_stop(struct ar8216_priv *priv)
|
||||
{
|
||||
if (!ar8xxx_has_mib_counters(priv))
|
||||
return;
|
||||
|
@ -2071,7 +2071,7 @@ ar8216_remove(struct phy_device *pdev)
|
|||
if (pdev->addr == 0)
|
||||
unregister_switch(&priv->dev);
|
||||
|
||||
ar8xxx_mib_cleanup(priv);
|
||||
ar8xxx_mib_stop(priv);
|
||||
ar8xxx_free(priv);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue