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 amit.vi...@st.com wrote: From: Vipin KUMAR vipin.ku...@st.com 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

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

2012-03-26 Thread Amit Virdi
From: Vipin KUMAR vipin.ku...@st.com 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 vipin.ku...@st.com Signed-off-by: Amit Virdi