From: Ulrich Kunitz Date: Tue, 1 Aug 2006 21:43:34 +0000 (+0200) Subject: [PATCH] zd1211rw: Fixed endianess issue with length info tag detection X-Git-Tag: v2.6.18-rc4~47^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b269825b9bb2c925bbaf4365ec9fa4c6a16e46b4;p=pandora-kernel.git [PATCH] zd1211rw: Fixed endianess issue with length info tag detection Discovered a problem while accessing www.python.org on my PPC32. The problem was pretty consistent for all sticks. The reason was that while testing for the length info tag, I ignored the endianess of the host system. Please recognize that converting the constant to little endian, we create faster code. Signed-off-by: Ulrich Kunitz Signed-off-by: John W. Linville --- Reading git-diff-tree failed