]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/phy/atheros.c
Merge branch 'u-boot/master'
[karo-tx-uboot.git] / drivers / net / phy / atheros.c
index b80980d5524e811d310fffa99cf226465f3d787d..abd4e5b463eef305438b1f54bcaf729519ff5f58 100644 (file)
@@ -53,7 +53,7 @@ static struct phy_driver AR8031_driver =  {
        .uid = 0x4dd074,
        .mask = 0xffffffef,
        .features = PHY_GBIT_FEATURES,
-       .config = genphy_config,
+       .config = ar8021_config,
        .startup = genphy_startup,
        .shutdown = genphy_shutdown,
 };