From: Matthieu CASTET Date: Thu, 4 Jun 2009 21:18:33 +0000 (+0200) Subject: b43: Fix possible unaligned u32 access X-Git-Tag: v2.6.31-rc1~330^2~64^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b52a033c2c501a8015df3727a4bd73389ccb1641;p=pandora-kernel.git b43: Fix possible unaligned u32 access Fix possible unaligned u32 access in b43_generate_plcp_hdr(). Unaligned data is read/write with a u32 pointer instead of using the packed structure. Some versions of gcc ignore the "packed" attribute, if the structure element is accessed through a local pointer. Signed-off-by: Matthieu CASTET Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- Reading git-diff-tree failed