From: Bob Dunlop Date: Thu, 6 Aug 2009 16:01:03 +0000 (-0400) Subject: libertas: correct packing of rxpd structure X-Git-Tag: v2.6.31-rc7~27^2~42^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1f57ecaf9688efa69d982652ecfa3e64f1fa55;p=pandora-kernel.git libertas: correct packing of rxpd structure Older Gcc compilers (3.4.5 tested) need additional hints in order to get the packing of the rxpd structure (which contains a 16 bit union) correct on the ARM processor. struct txpd does not need these hints since it contains a 32 bit union that packs naturally. Signed-off-by: R.J.Dunlop Acked-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed