From: Andrey Yurovsky Date: Mon, 12 Jan 2009 21:14:27 +0000 (-0800) Subject: libertas: Fix alignment issues in libertas core X-Git-Tag: v2.6.29-rc3~23^2~47^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d71038c05970ad0c9d7da6f797803f69e4f91837;p=pandora-kernel.git libertas: Fix alignment issues in libertas core Data structures that come over the wire from the WLAN firmware must be packed. This fixes alignment problems on the blackfin architecture and, reportedly, on the AVR32. This is a replacement for the previous version of this patch which had also explicitly used get_unaligned_ macros. As Johannes Berg pointed out, these macros were unnecessary. Signed-off-by: Andrey Yurovsky Signed-off-by: Colin McCabe Signed-off-by: John W. Linville --- Reading git-diff-tree failed