From: Anton Vorontsov Date: Tue, 29 Apr 2008 15:53:18 +0000 (+0400) Subject: uli526x: fix endianness issues in the setup frame X-Git-Tag: v2.6.26-rc2~23^2~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e284e5c6601cbb16e48854be26aa57a8fa844e35;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed