USB: asix - Fix endian issues in asix_tx_fixup()
authorDavid Hollis <dhollis@davehollis.com>
Mon, 5 Feb 2007 17:03:03 +0000 (12:03 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Feb 2007 23:32:19 +0000 (15:32 -0800)
commit57e4f041bfffa191a318dab44eb991d79a6a9d5c
tree4fd5c32096204caffc8e01e29dd557e089ced70b
parentdb90e7a15cb4a160610b4e58576f25539ca216e7
USB: asix - Fix endian issues in asix_tx_fixup()

The attached patch fixes endian issues in asix_tx_fixup() that prevented
AX88772 and AX88178 devices from working on big-endian systems.  With
the attached patch, all three chips are reported to work on big endian.

Signed-off-by: David Hollis <dhollis@davehollis.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/net/asix.c