From: nbd Date: Sat, 23 Jan 2010 03:44:09 +0000 (+0000) Subject: ifxmips: fix mdio register access bitmask X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=7022807357223f27577ad44df6800ef73b6ea22c;p=openwrt.git ifxmips: fix mdio register access bitmask git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19283 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/ifxmips.h b/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/ifxmips.h index c8cf0aef5c..1076dc4638 100644 --- a/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/ifxmips.h +++ b/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/ifxmips.h @@ -223,7 +223,7 @@ #define MDIO_ACC_READ 0x40000000 #define MDIO_ACC_ADDR_MASK 0x1f #define MDIO_ACC_ADDR_OFFSET 0x15 -#define MDIO_ACC_REG_MASK 0xff +#define MDIO_ACC_REG_MASK 0x1f #define MDIO_ACC_REG_OFFSET 0x10 #define MDIO_ACC_VAL_MASK 0xffff