Re: [U-Boot] [PATCH V2 2/8] net/designware: Fix the max frame length size

2012-04-04 Thread Joe Hershberger
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote: > From: Vipin KUMAR > > The max frame length for normal descriptor can be 0x7FF i.e 2047. It was > wrongly > specified as 2048. Currently, the max descriptor length is around 1500, so > redefining the mask to 1600 > > Signed-off-by: Vipin Kumar

[U-Boot] [PATCH V2 2/8] net/designware: Fix the max frame length size

2012-03-26 Thread Amit Virdi
From: Vipin KUMAR The max frame length for normal descriptor can be 0x7FF i.e 2047. It was wrongly specified as 2048. Currently, the max descriptor length is around 1500, so redefining the mask to 1600 Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi --- drivers/net/designware.h |2 +-