2
0
forked from Ivasoft/openwrt

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>

SVN-Revision: 39145
This commit is contained in:
Gabor Juhos
2013-12-20 11:41:17 +00:00
parent 9be1e508f9
commit 2c4e3cf33a
3 changed files with 11 additions and 2 deletions

View File

@@ -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 {