From: Dan Carpenter Date: Wed, 29 May 2013 08:12:18 +0000 (+0300) Subject: Staging: rtl8192e: fix an endian bug X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~405 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71c8d893aa22238184eaae95663b42cb122b9553;p=pandora-kernel.git Staging: rtl8192e: fix an endian bug Passing the high bits of "ratr_value" to rtl8192_config_rate() only works on little endian systems. We should be passing a u16 value. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed