diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-12-20 11:41:17 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-12-20 11:41:17 +0000 |
commit | c52c793ce1ea54b92622608cff26c1fb93d9451c (patch) | |
tree | cfd97477879cece55ef44fc29d18e33194020317 /target/linux/ar71xx/files/arch/mips/include/asm | |
parent | 121c26751ee7e4f6495843824e70e5026318eaa8 (diff) | |
download | upstream-c52c793ce1ea54b92622608cff26c1fb93d9451c.tar.gz upstream-c52c793ce1ea54b92622608cff26c1fb93d9451c.tar.bz2 upstream-c52c793ce1ea54b92622608cff26c1fb93d9451c.zip |
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 <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39145 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/include/asm')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h index 68aea202bd..d46dc4e317 100644 --- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h +++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h @@ -45,6 +45,9 @@ struct ag71xx_platform_data { u32 fifo_cfg1; u32 fifo_cfg2; u32 fifo_cfg3; + + unsigned int max_frame_len; + unsigned int desc_pktlen_mask; }; struct ag71xx_mdio_platform_data { |