Home
last modified time | relevance | path

Searched hist:c2f896b8fc4722e36915903e1942e138e68ce804 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Drtl8139.cc2f896b8fc4722e36915903e1942e138e68ce804 Wed Jan 16 07:13:31 UTC 2008 Shinya Kuribayashi <shinya.kuribayashi@necel.com> drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).

rx_status on the memory is basically in LE, but needs to be handled in CPU
endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
it'll work fine.

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Cc: Masami Komiya <mkomiya@sonare.it>
Cc: Lucas Jin <lucasjin@gmail.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>