ar8216: fix transmission of large frames by setting the switch mtu
[openwrt.git] / target / linux / generic-2.6 / files / drivers / net / phy / ar8216.h
index e0f0452..b8a4f23 100644 (file)
@@ -26,6 +26,9 @@
 #define AR8216_REG_CTRL                        0x0000
 #define   AR8216_CTRL_RESET            BIT(31)
 
+#define AR8216_REG_GLOBAL_CTRL         0x0030
+#define   AR8216_GCTRL_MTU             BITS(0, 10)
+
 #define AR8216_REG_VTU                 0x0040
 #define   AR8216_VTU_OP                        BITS(0, 3)
 #define   AR8216_VTU_OP_NOOP           0x0