mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 08:48:08 +00:00
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
@ -1756,7 +1756,7 @@ ar8xxx_mib_start(struct ar8216_priv *priv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
ar8xxx_mib_cleanup(struct ar8216_priv *priv)
|
ar8xxx_mib_stop(struct ar8216_priv *priv)
|
||||||
{
|
{
|
||||||
if (!ar8xxx_has_mib_counters(priv))
|
if (!ar8xxx_has_mib_counters(priv))
|
||||||
return;
|
return;
|
||||||
@ -2071,7 +2071,7 @@ ar8216_remove(struct phy_device *pdev)
|
|||||||
if (pdev->addr == 0)
|
if (pdev->addr == 0)
|
||||||
unregister_switch(&priv->dev);
|
unregister_switch(&priv->dev);
|
||||||
|
|
||||||
ar8xxx_mib_cleanup(priv);
|
ar8xxx_mib_stop(priv);
|
||||||
ar8xxx_free(priv);
|
ar8xxx_free(priv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user