From: Arend van Spriel Date: Thu, 29 Sep 2011 22:34:31 +0000 (-0700) Subject: staging: brcm80211: convert endianess before handling the frame X-Git-Tag: v3.2-rc1~169^2^2~269 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f32f116bdae1b6f8913b333694d4014aa9b6f7e6;p=pandora-kernel.git staging: brcm80211: convert endianess before handling the frame The received frame from the device is in little-endian order and converted in the receive path. However, the phy code was doing the rssi calculation with packet in LE order. This has been changed to do the le_to_cpu conversion before doing the rssi computation and further receive processing. Reviewed-by: Roland Vossen Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Franky Lin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed