generic: ar8216: fix phy driver name
authorGabor Juhos <juhosg@openwrt.org>
Wed, 7 Mar 2012 16:32:28 +0000 (16:32 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 7 Mar 2012 16:32:28 +0000 (16:32 +0000)
SVN-Revision: 30836

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

index 3019aced872251b02bbf38c4e1c0a9afc2130c01..12cba977eac8de7880c23fc13487c005acef29b0 100644 (file)
@@ -993,7 +993,7 @@ ar8216_remove(struct phy_device *pdev)
 
 static struct phy_driver ar8216_driver = {
        .phy_id         = 0x004d0000,
-       .name           = "Atheros AR8216/AR8316/AR8326",
+       .name           = "Atheros AR8216/AR8236/AR8316",
        .phy_id_mask    = 0xffff0000,
        .features       = PHY_BASIC_FEATURES,
        .probe          = ar8216_probe,