From 2c4e3cf33a67dd40f34171141f44dde55b8a55ff Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 20 Dec 2013 11:41:17 +0000 Subject: ar71xx: ag71xx: get max_frame_len and desc_pktlen_mask from platform data This will allow to use SoC specific values for both. Signed-off-by: Gabor Juhos SVN-Revision: 39145 --- target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c b/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c index 742218bb32..8b54d0c817 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c @@ -786,6 +786,9 @@ void __init ath79_register_eth(unsigned int id) pdata = pdev->dev.platform_data; + pdata->max_frame_len = 1540; + pdata->desc_pktlen_mask = 0xfff; + err = ath79_setup_phy_if_mode(id, pdata); if (err) { printk(KERN_ERR -- cgit v1.2.3