diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-09 21:43:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-09 21:43:16 +0000 |
commit | 527accf9208ce0ef5e4ef7d82aa2057d009afce7 (patch) | |
tree | 4ea6b1cfa48328594eeb34531d7e7e0167428da2 /target | |
parent | 5c02f218bef31f197fc60b5aa0d2aab1e72c8557 (diff) | |
download | upstream-527accf9208ce0ef5e4ef7d82aa2057d009afce7.tar.gz upstream-527accf9208ce0ef5e4ef7d82aa2057d009afce7.tar.bz2 upstream-527accf9208ce0ef5e4ef7d82aa2057d009afce7.zip |
ar8216: fix the mtu register definition
SVN-Revision: 20110
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/files/drivers/net/phy/ar8216.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/files/drivers/net/phy/ar8216.h b/target/linux/generic-2.6/files/drivers/net/phy/ar8216.h index c1b8fdbd8c..0ba79fb3cd 100644 --- a/target/linux/generic-2.6/files/drivers/net/phy/ar8216.h +++ b/target/linux/generic-2.6/files/drivers/net/phy/ar8216.h @@ -31,7 +31,7 @@ #define AR8216_CTRL_RESET BIT(31) #define AR8216_REG_GLOBAL_CTRL 0x0030 -#define AR8216_GCTRL_MTU BITS(0, 10) +#define AR8216_GCTRL_MTU BITS(0, 11) #define AR8216_REG_VTU 0x0040 #define AR8216_VTU_OP BITS(0, 3) |