
4 Jan
2016
4 Jan
'16
11:23 p.m.
On Mon, Dec 21, 2015 at 02:07:02AM -0800, Miao Yan wrote:
In struct e1000_rx_desc, field 'length' is declared as uint16_t, so use le16_to_cpu() to do endianness conversion.
Also drop conversion on 'status' which is declared as uint8_t.
Signed-off-by: Miao Yan yanmiaobest@gmail.com Reviewed-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot/master, thanks!
--
Tom