]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/phy/atheros.c
net, phy: fix AR8031 phy_mask
[karo-tx-uboot.git] / drivers / net / phy / atheros.c
index 7a1453ff3d1541eaabf07a39a346c3f23bd6b82a..f225d93a368c08c0671c71552ca95ee113998722 100644 (file)
@@ -50,7 +50,7 @@ static struct phy_driver AR8021_driver =  {
 static struct phy_driver AR8031_driver =  {
        .name = "AR8031/AR8033",
        .uid = 0x4dd074,
-       .mask = 0xfffff0,
+       .mask = 0xffffff,
        .features = PHY_GBIT_FEATURES,
        .config = ar8021_config,
        .startup = genphy_startup,