Fix max frame length issue introduced by r39147 for DIR-615-c1. This device is almost identical to TEW-632BRP, so this is just copy-paste fix.
Signed-off-by Nikolay Martynov <mar.ko...@gmail.com> --- target/linux/ar71xx/files/arch/mips/ath79/mach-dir-615-c1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-615-c1.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-615-c1.c index 425be30..535b79b 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-615-c1.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-615-c1.c @@ -110,6 +110,7 @@ static void __init dir_615c1_setup(void) ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RMII; ath79_eth0_data.phy_mask = DIR_615C1_LAN_PHYMASK; + ath79_eth0_data.has_ar8216_headers = 1; ath79_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII; ath79_eth1_data.phy_mask = DIR_615C1_WAN_PHYMASK; -- Thanks. Nikolay. _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel