Home
last modified time | relevance | path

Searched hist:"50 f5bb25b911fd5a876d17b8f08d432c7eff5cfe" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/usb/eth/
H A Dasix88179.cdiff 50f5bb25b911fd5a876d17b8f08d432c7eff5cfe Wed Aug 03 01:14:41 CDT 2016 Alban Bedel <alban.bedel@avionic-design.de> eth: asix88179: Fix receiving on big endian system

In asix_recv() the call to convert the endianess of the receive header
was applied on the wrong variable. Instead of converting rx_hdr it
converted pkt_hdr which is a pointer, and not yet initialiazed at this
point.

Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de>