]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/phy/atheros.c
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / drivers / net / phy / atheros.c
index 215658ab286882ee4275b1a61b3a3f590f680104..b20b4df981e21c27417d351723842c084a2dcd42 100644 (file)
@@ -40,7 +40,7 @@ static int ar8035_config(struct phy_device *phydev)
 static struct phy_driver AR8021_driver =  {
        .name = "AR8021",
        .uid = 0x4dd040,
-       .mask = 0xfffff0,
+       .mask = 0x4fffff,
        .features = PHY_GBIT_FEATURES,
        .config = ar8021_config,
        .startup = genphy_startup,