From: Al Viro Date: Fri, 21 Dec 2007 06:20:43 +0000 (+0000) Subject: typhoon: set_settings broken on big-endian X-Git-Tag: v2.6.24-rc7~40^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b46281f9c5d6ab7b6e412e83f8c62cecf4ebbdfd;p=pandora-kernel.git typhoon: set_settings broken on big-endian One cpu_to_le16() too many when passing argument for TYPHOON_CMD_XCVR_SELECT; we end up passing host-endian while the hardware expects little-endian. The other place doing that (typhoon_start_runtime()) does the right thing, so the card will recover at the next ifconfig up/tx timeout/resume, which limits the amount of mess, but still, WTF? Signed-off-by: Al Viro Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed