generic: ar8216: rename ar8xxx_mib_cleanup to ar8xxx_mib_stop
authorGabor Juhos <juhosg@openwrt.org>
Sun, 10 Feb 2013 18:42:08 +0000 (18:42 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 10 Feb 2013 18:42:08 +0000 (18:42 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35546 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic/files/drivers/net/phy/ar8216.c

index 492963d..2edd415 100644 (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);
 }