Browse Source

ar8216: fix the mtu register definition

SVN-Revision: 20110
Felix Fietkau 16 years ago
parent
commit
527accf920
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/generic-2.6/files/drivers/net/phy/ar8216.h

+ 1 - 1
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)