]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/phy/atheros.c
net/phy: Correct AR8021 phy_mask
[karo-tx-uboot.git] / drivers / net / phy / atheros.c
index 5332e1a18f54d732f8a70148ca5a54ef780a57c0..b80980d5524e811d310fffa99cf226465f3d787d 100644 (file)
@@ -41,7 +41,7 @@ static int ar8035_config(struct phy_device *phydev)
 static struct phy_driver AR8021_driver =  {
        .name = "AR8021",
        .uid = 0x4dd040,
-       .mask = 0x4fffff,
+       .mask = 0x4ffff0,
        .features = PHY_GBIT_FEATURES,
        .config = ar8021_config,
        .startup = genphy_startup,