2
0
forked from Ivasoft/openwrt

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:
Gabor Juhos
2013-02-10 18:42:08 +00:00
parent f97170a720
commit 98b13e39ac

View File

@@ -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);
}