commit | e284e5c6601cbb16e48854be26aa57a8fa844e35 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Tue Apr 29 19:53:18 2008 +0400 |
committer | Jeff Garzik <jgarzik@redhat.com> | Tue May 06 12:02:26 2008 -0400 |
tree | 895f1e83792f51065a6d3ede0cb77e7f9fbc3c51 | |
parent | afd8e39919c913993ac2f9984af8a9ba21c63d27 [diff] |
uli526x: fix endianness issues in the setup frame This patch fixes uli526x driver's issues on a PowerPC boards: uli chip is unable to receive the packets. It appears that send_frame_filter prepares the setup frame in the endianness unsafe manner. On a big endian machines we should shift the address nibble by two bytes. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>