50f5bb25 | 03-Aug-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
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>
show more ...
|